Spaces:
Sleeping
Sleeping
rriverar75
commited on
Commit
•
7ef711e
1
Parent(s):
5fba195
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def text2sentiment(text):
|
|
24 |
demo = gr.Blocks()
|
25 |
|
26 |
with demo:
|
27 |
-
gr.Markdown("Este es
|
28 |
with gr.Tabs():
|
29 |
|
30 |
with gr.TabItem("Transcribe Audio en español"):
|
|
|
24 |
demo = gr.Blocks()
|
25 |
|
26 |
with demo:
|
27 |
+
gr.Markdown("Este es un demo con Blocks ")
|
28 |
with gr.Tabs():
|
29 |
|
30 |
with gr.TabItem("Transcribe Audio en español"):
|