gokaygokay commited on
Commit
71126af
1 Parent(s): b50c00b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 6144x3072 resolution)")
37
  t2p_generate = gr.Button("Generate Panorama")
38
  with gr.Column(variant="default"):
39
  t2p_output = Pannellum(show_label=False, interactive=True)
 
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 60 seconds 6144x3072 resolution)")
37
  t2p_generate = gr.Button("Generate Panorama")
38
  with gr.Column(variant="default"):
39
  t2p_output = Pannellum(show_label=False, interactive=True)