Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ classificator = pipeline("text-classification", model="pysentimiento/robertuito-
|
|
| 27 |
demo = gr.Blocks()
|
| 28 |
|
| 29 |
with demo:
|
| 30 |
-
gr.Markdown("# Demo
|
| 31 |
with gr.Tabs():
|
| 32 |
|
| 33 |
with gr.TabItem("Transcribe Audio en español"):
|
|
|
|
| 27 |
demo = gr.Blocks()
|
| 28 |
|
| 29 |
with demo:
|
| 30 |
+
gr.Markdown("# Multimodal Demo")
|
| 31 |
with gr.Tabs():
|
| 32 |
|
| 33 |
with gr.TabItem("Transcribe Audio en español"):
|