sanideshmukh commited on
Commit
c82a53b
·
1 Parent(s): 20fe786

made shareable

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