shainis commited on
Commit
8815d8f
โ€ข
1 Parent(s): 5623a48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ gr.Interface(fn=predict,
43
  title = "?ืชืคื•ื— ืื• ืขื’ื‘ื ื™ื”",
44
  description = "A fruite classifier trained on images from the internet with fastai. Created as a demo for Gradio and HuggingFace Spaces.",
45
  interpretation='default',
46
- outputs=gr.outputs.Label(num_top_classes=3)).launch(share=True)
47
 
48
 
49
  # In[ ]:
 
43
  title = "?ืชืคื•ื— ืื• ืขื’ื‘ื ื™ื”",
44
  description = "A fruite classifier trained on images from the internet with fastai. Created as a demo for Gradio and HuggingFace Spaces.",
45
  interpretation='default',
46
+ outputs=gr.outputs.Label(num_top_classes=3)).launch(share=False)
47
 
48
 
49
  # In[ ]: