DeepLearning101 commited on
Commit
b85fffc
·
verified ·
1 Parent(s): 12e40b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,4 +119,4 @@ demo = gr.Interface(
119
  ],
120
  )
121
 
122
- demo.launch(debug=True)
 
119
  ],
120
  )
121
 
122
+ interface.launch(debug=True, share=True)