Al-Alcoba-Inciarte commited on
Commit
118787e
·
verified ·
1 Parent(s): 9b332ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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__":