Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1394,7 +1394,7 @@ class ChatBotUI(object):
|
|
1394 |
|
1395 |
|
1396 |
if __name__ == '__main__':
|
1397 |
-
cfg =
|
1398 |
with gr.Blocks() as demo:
|
1399 |
chatbot = ChatBotUI(cfg)
|
1400 |
chatbot.create_ui()
|
|
|
1394 |
|
1395 |
|
1396 |
if __name__ == '__main__':
|
1397 |
+
cfg = "config/chatbot_ui.yaml"
|
1398 |
with gr.Blocks() as demo:
|
1399 |
chatbot = ChatBotUI(cfg)
|
1400 |
chatbot.create_ui()
|