jsbeaudry commited on
Commit
23efa83
·
verified ·
1 Parent(s): 8183b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -53,13 +53,13 @@ def generate_response(prompt):
53
  # Gradio Interface
54
  demo = gr.Interface(
55
  fn=generate_response,
56
- inputs=gr.Textbox(label="Your Prompt", placeholder="Ask something..."),
57
  outputs=[
58
- gr.Textbox(label="Thinking Content"),
59
- gr.Textbox(label="Final Response")
60
  ],
61
- title="Qwen3 Thinking Chatbot",
62
- description="Ask a question and get both the thinking trace and final answer from Qwen3-0.6B."
63
  )
64
 
65
  if __name__ == "__main__":
 
53
  # Gradio Interface
54
  demo = gr.Interface(
55
  fn=generate_response,
56
+ inputs=gr.Textbox(lines=2, placeholder="Ekri yon sijè oswa yon fraz..."),
57
  outputs=[
58
+ # gr.Textbox(label="Thinking Content"),
59
+ gr.Textbox(label="Respons")
60
  ],
61
+ title="Makandal Text Generator",
62
+ description="Ekri yon fraz oswa mo kle pou jenere tèks ak modèl Makandal la. Modèl sa fèt espesyalman pou kontèks Ayiti."
63
  )
64
 
65
  if __name__ == "__main__":