Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title = "Soy SigoBot, ¿Puedo ayudarte?"
|
4 |
-
description = "Modelo tipo
|
5 |
|
6 |
|
7 |
gr.Interface.load(
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title = "Soy SigoBot, ¿Puedo ayudarte?"
|
4 |
+
description = "Modelo tipo GPT3 Falcon-7b pre-entrenado."
|
5 |
|
6 |
|
7 |
gr.Interface.load(
|