Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ with gr.Blocks() as interface:
|
|
| 76 |
submit_button.click(fn=generacion_llm, inputs=input_text, outputs=output_json)
|
| 77 |
|
| 78 |
gr.Markdown(
|
| 79 |
-
"""Potenciado por GestioDin谩mica
|
| 80 |
)
|
| 81 |
# Launch the interface
|
| 82 |
interface.launch(share=True)
|
|
|
|
| 76 |
submit_button.click(fn=generacion_llm, inputs=input_text, outputs=output_json)
|
| 77 |
|
| 78 |
gr.Markdown(
|
| 79 |
+
"""Potenciado por GestioDin谩mica漏2024"""
|
| 80 |
)
|
| 81 |
# Launch the interface
|
| 82 |
interface.launch(share=True)
|