John6666 commited on
Commit
02e6800
·
verified ·
1 Parent(s): e14295e

Upload gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -244,7 +244,7 @@ with gr.Blocks() as demo:
244
  clear_color=[0.0, 0.0, 0.0, 0.0],
245
  visible=False
246
  )
247
- output_url = gr.Textbox(label="Output URL", value="", lines=1, interactive=False, visible=False)
248
 
249
  # Event handler
250
  input_img.upload(
 
244
  clear_color=[0.0, 0.0, 0.0, 0.0],
245
  visible=False
246
  )
247
+ output_url = gr.Textbox(label="Output URL", value="", lines=1, interactive=False, visible=True)
248
 
249
  # Event handler
250
  input_img.upload(