Ethan MacCumber commited on
Commit
8180fc2
·
1 Parent(s): 3092c67

sharing true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ intf = gr.Interface(
40
  examples=['healthy.jpg', 'macroaneurism.jpg']
41
  )
42
 
43
- intf.launch(inline=False)
 
40
  examples=['healthy.jpg', 'macroaneurism.jpg']
41
  )
42
 
43
+ intf.launch(inline=False, share=True)