Spestly commited on
Commit
e6695b6
·
verified ·
1 Parent(s): 3a04e30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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__ == "__main
 
 
186
  outputs=[chat_history, user_input, stats_output]
187
  )
188
 
189
+ if __name__ == "__main__":
190
+ demo.launch()