sajofu commited on
Commit
6177680
·
verified ·
1 Parent(s): 18fd5e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -169,4 +169,5 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
169
 
170
  # Use a queue for smooth streaming and handling multiple users
171
  demo.queue()
172
- demo.launch()
 
 
169
 
170
  # Use a queue for smooth streaming and handling multiple users
171
  demo.queue()
172
+ # Set share=True to create a public link, necessary for most cloud environments
173
+ demo.launch(share=True)