Spaces:
Runtime error
Runtime error
traversaal-ai
commited on
Commit
•
3dfd2fa
1
Parent(s):
61cf2cb
Update run.py
Browse files
run.py
CHANGED
@@ -46,7 +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 |
-
examples = ['میں کراچی جانا چاہتا ہوں، وہاں کے کچھ بہترین مقامات کون سے ہیں؟','Roti Canai locations in Singapore','best activities in London']
|
50 |
outputs="text",
|
51 |
title="Urdu Chatbot",
|
52 |
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!",
|