AlexWortega commited on
Commit
489ae79
1 Parent(s): 78bcee0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ label = gr.outputs.Label(num_top_classes=3)
47
 
48
  iface = gr.Interface(fn=classify_image, description="https://github.com/sberbank-ai/ru-dolph RuDoplh by SBER AI finetuned for a image2text task to predict food calories by https://t.me/lovedeathtransformers Alex Wortega", inputs=image, outputs="text",examples=[
49
  ['b9c277a3.jpeg']])
50
- iface.launch(share=True)
 
47
 
48
  iface = gr.Interface(fn=classify_image, description="https://github.com/sberbank-ai/ru-dolph RuDoplh by SBER AI finetuned for a image2text task to predict food calories by https://t.me/lovedeathtransformers Alex Wortega", inputs=image, outputs="text",examples=[
49
  ['b9c277a3.jpeg']])
50
+ iface.launch()