Update app.py
Browse files
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=
|
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[ ]:
|