Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,9 +86,9 @@ demo = gr.ChatInterface(
|
|
86 |
chatbot=gr.Chatbot(height=300),
|
87 |
textbox=gr.Textbox(placeholder="Try Pragna SFT", container=False, scale=7),
|
88 |
title="pragna-1b-it",
|
89 |
-
description="
|
90 |
theme="soft",
|
91 |
-
examples=['
|
92 |
cache_examples=False,
|
93 |
retry_btn=None,
|
94 |
undo_btn="Delete Previous",
|
|
|
86 |
chatbot=gr.Chatbot(height=300),
|
87 |
textbox=gr.Textbox(placeholder="Try Pragna SFT", container=False, scale=7),
|
88 |
title="pragna-1b-it",
|
89 |
+
description="Disclaimer: An initial checkpoint of the instruction tuned model is made available as a research preview. It is hereby cautioned that the model has the potential to produce hallucinatory and plausible yet inaccurate statements. Users are advised to exercise discretion when utilizing the generated content.",
|
90 |
theme="soft",
|
91 |
+
examples=['Tell me about India', 'मुझे भारत के बारे में बताओ?', 'भारत के प्रधान मंत्री कौन हैं', 'भारत को आजादी कब मिली', 'আমাকে ভারত সম্পর্কে বলুন', 'ભારતની રાજધાની શું છે?', 'મને ભારત વિશે કહો ', 'কলকাতার ঐতিহাসিক তাৎপর্য কী। বিস্তারিত বলুন।'],
|
92 |
cache_examples=False,
|
93 |
retry_btn=None,
|
94 |
undo_btn="Delete Previous",
|