AlexWortega commited on
Commit
ab53135
1 Parent(s): f7b0551

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,6 +193,6 @@ image = gr.inputs.Image(shape=(128, 128))
193
  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
  ['1.jpeg']])
198
  iface.launch()
193
  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 caption of image by https://t.me/lovedeathtransformers Alex Wortega", inputs=image, outputs="text",examples=[
197
  ['1.jpeg']])
198
  iface.launch()