Spaces:
Build error
Build error
sanideshmukh commited on
Commit ·
c82a53b
1
Parent(s): 20fe786
made shareable
Browse files
app.py
CHANGED
|
@@ -128,4 +128,4 @@ demo = gr.Interface(
|
|
| 128 |
description="Type your username to get personalized drama suggestions.",
|
| 129 |
)
|
| 130 |
|
| 131 |
-
demo.launch()
|
|
|
|
| 128 |
description="Type your username to get personalized drama suggestions.",
|
| 129 |
)
|
| 130 |
|
| 131 |
+
demo.launch(share=True)
|