broadfield-dev commited on
Commit
e6c35a2
·
verified ·
1 Parent(s): 46f8fda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def chat_with_ollama(prompt):
16
  iface = gr.Interface(
17
  fn=chat_with_ollama,
18
  inputs=gr.Textbox(label="Enter your prompt"),
19
- output=gr.Textbox(label="Response from Ollama"),
20
  title="Ollama Chatbot Client",
21
  description="A Gradio client to interact with the Ollama server."
22
  )
 
16
  iface = gr.Interface(
17
  fn=chat_with_ollama,
18
  inputs=gr.Textbox(label="Enter your prompt"),
19
+ outputs=gr.Textbox(label="Response from Ollama"),
20
  title="Ollama Chatbot Client",
21
  description="A Gradio client to interact with the Ollama server."
22
  )