AlexWortega commited on
Commit
55ef6c6
1 Parent(s): 520680f

Update app.py

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