Update app.py
Browse files
app.py
CHANGED
@@ -118,10 +118,11 @@ with gr.Blocks() as demo:
|
|
118 |
|
119 |
# Lanzamiento
|
120 |
if __name__ == "__main__":
|
121 |
-
demo.launch(
|
122 |
show_api=False,
|
123 |
share=False,
|
124 |
title="LeIA GO - Chat de Normas Sociales",
|
125 |
theme=gr.themes.Base()
|
126 |
)
|
127 |
|
|
|
|
118 |
|
119 |
# Lanzamiento
|
120 |
if __name__ == "__main__":
|
121 |
+
demo.launch(
|
122 |
show_api=False,
|
123 |
share=False,
|
124 |
title="LeIA GO - Chat de Normas Sociales",
|
125 |
theme=gr.themes.Base()
|
126 |
)
|
127 |
|
128 |
+
|