traversaal-ai commited on
Commit
61cf2cb
1 Parent(s): 6b145b2

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -0
run.py CHANGED
@@ -46,6 +46,7 @@ You are a chatbot. Chat in Urdu. Provide answers with your best knowledge. Don't
46
  iface = gr.Interface(
47
  fn=generate_text,
48
  inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
 
49
  outputs="text",
50
  title="Urdu Chatbot",
51
  description="Ask me anything in Urdu!",
 
46
  iface = gr.Interface(
47
  fn=generate_text,
48
  inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
49
+ examples = ['میں کراچی جانا چاہتا ہوں، وہاں کے کچھ بہترین مقامات کون سے ہیں؟','Roti Canai locations in Singapore','best activities in London']
50
  outputs="text",
51
  title="Urdu Chatbot",
52
  description="Ask me anything in Urdu!",