Spaces:
Sleeping
Sleeping
Kennethdot
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,4 @@ model_name = "Kennethdot/convnext_finetuned_ghanaian_food"
|
|
5 |
pipe = pipeline("image-classification", model=model_name)
|
6 |
|
7 |
demo = gr.Interface.from_pipeline(pipe)
|
8 |
-
demo.launch()
|
|
|
5 |
pipe = pipeline("image-classification", model=model_name)
|
6 |
|
7 |
demo = gr.Interface.from_pipeline(pipe)
|
8 |
+
demo.launch(share=True)
|