Spaces:
Build error
Build error
AlexWortega
commited on
Commit
•
489ae79
1
Parent(s):
78bcee0
Update app.py
Browse files
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(
|
|
|
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()
|