Spaces:
Runtime error
Runtime error
mrolando commited on
Commit ·
c26df0d
1
Parent(s): b16e0f5
added title
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def translate_text(text):
|
|
| 26 |
text = es_en_translator(text)[0].get("translation_text")
|
| 27 |
return text
|
| 28 |
|
| 29 |
-
with gr.Blocks() as demo:
|
| 30 |
gr.Markdown("""
|
| 31 |
<center>
|
| 32 |
<h1>
|
|
|
|
| 26 |
text = es_en_translator(text)[0].get("translation_text")
|
| 27 |
return text
|
| 28 |
|
| 29 |
+
with gr.Blocks(title = "Uso de AI para la clasificación de imágenes.") as demo:
|
| 30 |
gr.Markdown("""
|
| 31 |
<center>
|
| 32 |
<h1>
|