Update app.py
Browse files
app.py
CHANGED
@@ -186,4 +186,5 @@ with gr.Blocks(title="Athena Playground Chat", css=css) as demo:
|
|
186 |
outputs=[chat_history, user_input, stats_output]
|
187 |
)
|
188 |
|
189 |
-
if __name__ == "
|
|
|
|
186 |
outputs=[chat_history, user_input, stats_output]
|
187 |
)
|
188 |
|
189 |
+
if __name__ == "__main__":
|
190 |
+
demo.launch()
|