KajetanFrackowiak commited on
Commit
d85f54c
·
verified ·
1 Parent(s): bfc2e20

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
53
  article=article)
54
 
55
  # Launch the demo!
56
- demo.launch(share=False) # Don't need share=True in Hugging Face spaces
 
53
  article=article)
54
 
55
  # Launch the demo!
56
+ demo.launch() # Don't need share=True in Hugging Face spaces