ctn8176 commited on
Commit
6eb4256
·
verified ·
1 Parent(s): 38e506d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,4 +90,4 @@ def chat_function(message, history):
90
 
91
  # Create Gradio Chat Interface
92
  chat_interface = gr.ChatInterface(chat_function)
93
- chat_interface.launch(share=True, label='Try something like: Oppenheimer, La La Land, Moonlight')
 
90
 
91
  # Create Gradio Chat Interface
92
  chat_interface = gr.ChatInterface(chat_function)
93
+ chat_interface.launch(share=True)