waleedgeorgy commited on
Commit
b283dd7
1 Parent(s): d91a40e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ demo = gr.Interface(fn=predict,
54
  title = title,
55
  description = description)
56
 
57
- demo.launch()
 
54
  title = title,
55
  description = description)
56
 
57
+ demo.launch(share = True)