Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
73 |
outputs="text",
|
74 |
title="RWKV Chatbot",
|
75 |
description="Enter your prompt below:",
|
76 |
-
|
77 |
)
|
78 |
|
79 |
# For local testing:
|
|
|
73 |
outputs="text",
|
74 |
title="RWKV Chatbot",
|
75 |
description="Enter your prompt below:",
|
76 |
+
flagging_dir="/app/gradio_flagged"
|
77 |
)
|
78 |
|
79 |
# For local testing:
|