Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -107,4 +107,4 @@ demo = gr.ChatInterface(
|
|
107 |
# This will provide a public URL you can click to access the UI.
|
108 |
# It will also run the UI directly in the Colab output.
|
109 |
print(f"Launching Gradio demo with model: {DEFAULT_GROQ_MODEL}")
|
110 |
-
demo.launch()
|
|
|
107 |
# This will provide a public URL you can click to access the UI.
|
108 |
# It will also run the UI directly in the Colab output.
|
109 |
print(f"Launching Gradio demo with model: {DEFAULT_GROQ_MODEL}")
|
110 |
+
demo.launch(share=True)
|