Bytte commited on
Commit
fa8c886
·
1 Parent(s): 47244f6

chore: share space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ label = gr.Label()
33
 
34
 
35
  demo = gr.Interface(fn=predict, inputs=image, outputs=label)
36
- demo.launch(inline=False)
 
33
 
34
 
35
  demo = gr.Interface(fn=predict, inputs=image, outputs=label)
36
+ demo.launch(inline=False, share=True)