Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,4 @@ demo = gr.ChatInterface(
|
|
94 |
clear_btn="Start Over",
|
95 |
css=css # Apply the custom CSS defined above
|
96 |
)
|
97 |
-
demo.launch()
|
|
|
94 |
clear_btn="Start Over",
|
95 |
css=css # Apply the custom CSS defined above
|
96 |
)
|
97 |
+
demo.launch(share=True)
|