kenken999 commited on
Commit
af1ff9f
1 Parent(s): 824093d
routers/gra_02_openInterpreter/OpenInterpreter.py CHANGED
@@ -180,7 +180,7 @@ chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label="Gradio ChatInte
180
 
181
 
182
 
183
- gradio_interfaces = gr.ChatInterface(
184
  fn=chat_with_interpreter,
185
  chatbot=chatbot,
186
  fill_height=True,
 
180
 
181
 
182
 
183
+ gradio_interface = gr.ChatInterface(
184
  fn=chat_with_interpreter,
185
  chatbot=chatbot,
186
  fill_height=True,