AlexWortega commited on
Commit
f7b0551
1 Parent(s): 06bc1e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,5 +194,5 @@ label = gr.outputs.Label(num_top_classes=3)
194
 
195
 
196
  iface = gr.Interface(fn=classify_image, description="https://github.com/AlexWortega/ruImageCaptioning RuImage Captioning trained for a image2text task to predict food calories by https://t.me/lovedeathtransformers Alex Wortega", inputs=image, outputs="text",examples=[
197
- ['output.png']])
198
  iface.launch()
194
 
195
 
196
  iface = gr.Interface(fn=classify_image, description="https://github.com/AlexWortega/ruImageCaptioning RuImage Captioning trained for a image2text task to predict food calories by https://t.me/lovedeathtransformers Alex Wortega", inputs=image, outputs="text",examples=[
197
+ ['1.jpeg']])
198
  iface.launch()