Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,8 @@ iface = gr.Interface(
|
|
| 15 |
inputs="text",
|
| 16 |
outputs="text",
|
| 17 |
title="Ollama via LangChain & Gradio",
|
| 18 |
-
description="Enter a prompt to interact with the Ollama-based model."
|
|
|
|
| 19 |
)
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|
|
|
|
| 15 |
inputs="text",
|
| 16 |
outputs="text",
|
| 17 |
title="Ollama via LangChain & Gradio",
|
| 18 |
+
description="Enter a prompt to interact with the Ollama-based model.",
|
| 19 |
+
flagging_dir="/app/flagged"
|
| 20 |
)
|
| 21 |
|
| 22 |
if __name__ == "__main__":
|