Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,5 +66,5 @@ iface = gr.Interface(
|
|
| 66 |
title="Chatbot em Cascata - Perguntas sobre Capitais"
|
| 67 |
)
|
| 68 |
|
| 69 |
-
if
|
| 70 |
iface.launch()
|
|
|
|
| 66 |
title="Chatbot em Cascata - Perguntas sobre Capitais"
|
| 67 |
)
|
| 68 |
|
| 69 |
+
if __name__ == "__main__":
|
| 70 |
iface.launch()
|