Spaces:
Runtime error
Runtime error
traversaal-ai
commited on
Commit
•
85c01a5
1
Parent(s):
2bd2bed
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 = ['میں کراچی جانا چاہتا ہوں، وہاں کے کچھ بہترین مقامات کون سے ہیں؟','
|
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 = ['میں کراچی جانا چاہتا ہوں، وہاں کے کچھ بہترین مقامات کون سے ہیں؟','amazing food locations in Singapore','best activities in London'],
|
50 |
outputs="text",
|
51 |
title="Urdu Chatbot",
|
52 |
description="Ask me anything in Urdu!",
|