Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -709,4 +709,5 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 709 |
outputs=[download_files]
|
| 710 |
)
|
| 711 |
|
| 712 |
-
demo.launch(share=True)
|
|
|
|
|
|
| 709 |
outputs=[download_files]
|
| 710 |
)
|
| 711 |
|
| 712 |
+
#demo.launch(share=True)
|
| 713 |
+
demo.launch() # Removing share = True for Gradio Interface
|