Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,4 +192,4 @@ if __name__ == "__main__":
|
|
| 192 |
# Create and launch the Gradio interface
|
| 193 |
demo = create_interface()
|
| 194 |
demo.queue()
|
| 195 |
-
demo.launch()
|
|
|
|
| 192 |
# Create and launch the Gradio interface
|
| 193 |
demo = create_interface()
|
| 194 |
demo.queue()
|
| 195 |
+
demo.launch(share=True)
|