Kennethdot commited on
Commit
df1d887
·
verified ·
1 Parent(s): 5c0cbf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)