Spaces:
Build error
Build error
Commit
·
ab53135
1
Parent(s):
f7b0551
Update app.py
Browse files
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
|
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()
|