traversaal-ai commited on
Commit
53f8187
1 Parent(s): 85c01a5

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -48,7 +48,7 @@ iface = gr.Interface(
48
  inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
49
  examples = ['میں کراچی جانا چاہتا ہوں، وہاں کے کچھ بہترین مقامات کون سے ہیں؟','amazing food locations in Singapore','best activities in London'],
50
  outputs="text",
51
- title="Urdu Chatbot",
52
  description="Ask me anything in Urdu!",
53
  )
54
 
 
48
  inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
49
  examples = ['میں کراچی جانا چاہتا ہوں، وہاں کے کچھ بہترین مقامات کون سے ہیں؟','amazing food locations in Singapore','best activities in London'],
50
  outputs="text",
51
+ title="Urdu Chatbot- Powered by traversaal-urdu-llama-3.1-8b",
52
  description="Ask me anything in Urdu!",
53
  )
54