udpate
Browse files
app.py
CHANGED
@@ -79,5 +79,7 @@ with gr.Blocks() as demo:
|
|
79 |
chatbot,
|
80 |
)
|
81 |
|
|
|
|
|
82 |
|
83 |
-
demo.launch(server_name=server_name, server_port=server_port)
|
|
|
79 |
chatbot,
|
80 |
)
|
81 |
|
82 |
+
if __name__ == "__main__":
|
83 |
+
demo.launch()
|
84 |
|
85 |
+
#demo.launch(server_name=server_name, server_port=server_port)
|