DietToms commited on
Commit
0cd6bd9
1 Parent(s): aae2508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ art = "Join the [Diet Tom's discord](https://discord.gg/H4wKRkkYJj)"
28
  image = gr.inputs.Image(shape=(512,512))
29
  label = gr.outputs.Label()
30
 
31
- intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, title="Rotifer Classifier", description = desc).launch(share=True)
 
28
  image = gr.inputs.Image(shape=(512,512))
29
  label = gr.outputs.Label()
30
 
31
+ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, title="Rotifer Classifier", description = desc).launch()