Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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",
|