Ilija Eftimov commited on
Commit
409042d
·
1 Parent(s): 8ee9448

add share=True to launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ The notebook used to train the model can be seen [in Google Colab](https://colab
41
  """
42
 
43
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=gr.outputs.Label(), examples=examples, title=title, description=description)
44
- iface.launch(inline=False)
 
41
  """
42
 
43
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=gr.outputs.Label(), examples=examples, title=title, description=description)
44
+ iface.launch(inline=False, share=True)