lilyhof commited on
Commit
487261a
·
1 Parent(s): c3ca013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as demo:
31
  def generate_json(chat_history):
32
  return chat_history.value
33
 
34
- demo = gr.ChatInterface(
35
  fn=chat_with_instructor,
36
 
37
  title="Chat with Instructor",
 
31
  def generate_json(chat_history):
32
  return chat_history.value
33
 
34
+ gr.ChatInterface(
35
  fn=chat_with_instructor,
36
 
37
  title="Chat with Instructor",