Spaces:
Build error
Build error
AlexWortega
commited on
Commit
•
55ef6c6
1
Parent(s):
520680f
Update app.py
Browse files
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="
|
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)
|