Spaces:
Paused
Paused
Upload gradio_app.py
Browse files- 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=
|
| 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(
|