Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -196,5 +196,5 @@ def respond(user_input, chat_history):
|
|
196 |
yield response
|
197 |
|
198 |
with gr.Blocks() as demo:
|
199 |
-
chatbot = gr.ChatInterface(fn=respond
|
200 |
demo.launch(favicon_path="1.png")
|
|
|
196 |
yield response
|
197 |
|
198 |
with gr.Blocks() as demo:
|
199 |
+
chatbot = gr.ChatInterface(fn=respond) # 적당히 조절해보기
|
200 |
demo.launch(favicon_path="1.png")
|