vonewman commited on
Commit
ff80f4d
1 Parent(s): d878d30

Add application file

Browse files
Files changed (1) hide show
  1. main.py → app.py +1 -1
main.py → app.py RENAMED
@@ -44,4 +44,4 @@ def generate(message, chat_history):
44
 
45
 
46
  chat_interface = gr.ChatInterface(generate)
47
- chat_interface.queue().launch(share=True)
 
44
 
45
 
46
  chat_interface = gr.ChatInterface(generate)
47
+ chat_interface.queue().launch(share=True)