axadishaq commited on
Commit
777de86
·
verified ·
1 Parent(s): dc400fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)