hh871 commited on
Commit
35c1b6b
1 Parent(s): c127f73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ gr.Interface(
19
  outputs="text",
20
  title= "Movie Poster Score Predictor",
21
  interpretation='default'
22
- ).launch(inline=False, enable_queue=True)
 
19
  outputs="text",
20
  title= "Movie Poster Score Predictor",
21
  interpretation='default'
22
+ ).launch(inline=False, enable_queue=True, share=True)