Spaces:
Build error
Build error
AlexWortega
commited on
Commit
•
9bfe7bc
1
Parent(s):
b71889d
Update app.py
Browse files
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 |
-
['
|
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 |
+
['output.png']])
|
198 |
iface.launch()
|