Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
| 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)
|