Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as demo:
|
|
| 33 |
with gr.Row():
|
| 34 |
with gr.Column():
|
| 35 |
t2p_input = gr.Textbox(label="Enter your prompt", lines=3)
|
| 36 |
-
t2p_upscale = gr.Checkbox(label="Upscale (takes about 160 seconds)")
|
| 37 |
t2p_generate = gr.Button("Generate Panorama")
|
| 38 |
with gr.Column():
|
| 39 |
t2p_output = Pannellum(label="Generated 360° Panorama")
|
|
|
|
| 33 |
with gr.Row():
|
| 34 |
with gr.Column():
|
| 35 |
t2p_input = gr.Textbox(label="Enter your prompt", lines=3)
|
| 36 |
+
t2p_upscale = gr.Checkbox(label="Upscale (takes about 160 seconds 6144x3072 resolution)")
|
| 37 |
t2p_generate = gr.Button("Generate Panorama")
|
| 38 |
with gr.Column():
|
| 39 |
t2p_output = Pannellum(label="Generated 360° Panorama")
|