Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ Autor del demo: [ΞΞΞ€ΞΞΞΑΩΠΞΞ](https://www.instagram.com/metantropia.j
|
|
49 |
label_image = gr.Label(num_top_classes=5)
|
50 |
b3 = gr.Button("Clasifica")
|
51 |
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
demo.launch()
|
|
|
49 |
label_image = gr.Label(num_top_classes=5)
|
50 |
b3 = gr.Button("Clasifica")
|
51 |
|
52 |
+
b1.click(audio2text,inputs=audio,outputs=transcripcion)
|
53 |
+
b2.click(text2sentiment,inputs=text,outputs=label)
|
54 |
+
b3.click(classify_img, inputs=image, outputs=label_image)
|
55 |
+
|
56 |
demo.launch()
|