Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -234,5 +234,5 @@ image = gr.inputs.Image(shape=(256, 256))
|
|
234 |
label = gr.outputs.Label(num_top_classes=3)
|
235 |
|
236 |
|
237 |
-
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"
|
238 |
iface.launch()
|
|
|
234 |
label = gr.outputs.Label(num_top_classes=3)
|
235 |
|
236 |
|
237 |
+
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")
|
238 |
iface.launch()
|