Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -663,7 +663,7 @@ unified_chain = UnifiedChain()
|
|
663 |
unified_agent = UnifiedAgent()
|
664 |
|
665 |
# logging
|
666 |
-
|
667 |
|
668 |
|
669 |
with gr.Blocks(css='#chatbot .overflow-y-auto{height:750px}') as demo:
|
|
|
663 |
unified_agent = UnifiedAgent()
|
664 |
|
665 |
# logging
|
666 |
+
hf_writer = gr.HuggingFaceDatasetSaver(huggingface_token, "chatwine-korean")
|
667 |
|
668 |
|
669 |
with gr.Blocks(css='#chatbot .overflow-y-auto{height:750px}') as demo:
|