Spaces:
Running
Running
drewThomasson
commited on
Commit
•
968450c
1
Parent(s):
31d211b
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
|