Spaces:
Runtime error
Runtime error
dreamerdeo
commited on
Commit
•
beede85
1
Parent(s):
33131e4
Update app.py
Browse files
app.py
CHANGED
@@ -100,13 +100,15 @@ prompt_examples = [
|
|
100 |
'Cách nướng cá'
|
101 |
]
|
102 |
|
103 |
-
placeholder = """
|
104 |
-
<div style="opacity: 0.5;">
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
</div>
|
109 |
-
"""
|
|
|
|
|
110 |
|
111 |
chatbot = gr.Chatbot(label='Sailor', placeholder=placeholder)
|
112 |
with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
|
|
|
100 |
'Cách nướng cá'
|
101 |
]
|
102 |
|
103 |
+
# placeholder = """
|
104 |
+
# <div style="opacity: 0.5;">
|
105 |
+
# <img src="https://raw.githubusercontent.com/sail-sg/sailor-llm/main/misc/banner.jpg" style="width:30%;">
|
106 |
+
# <br>Sailor models are designed to understand and generate text across diverse linguistic landscapes of these SEA regions:
|
107 |
+
# <br>🇮🇩Indonesian, 🇹🇭Thai, 🇻🇳Vietnamese, 🇲🇾Malay, and 🇱🇦Lao.
|
108 |
+
# </div>
|
109 |
+
# """
|
110 |
+
|
111 |
+
placeholder = ""
|
112 |
|
113 |
chatbot = gr.Chatbot(label='Sailor', placeholder=placeholder)
|
114 |
with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
|