Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -259,17 +259,10 @@ if __name__ == "__main__":
|
|
259 |
gr.Markdown("""
|
260 |
<div class="center-text">
|
261 |
<div class="flag-emoji">🇲🇦</div>
|
262 |
-
<div class="header-text">نموذج اللغة المغربية الدارجة</div>
|
263 |
-
<div class="header-text">Moroccan Darija LLM</div>
|
264 |
-
<div class="subheader-text">
|
265 |
-
أدخل نصًا بالدارجة المغربية واحصل على نص تم إنشاؤه بواسطة نموذج اللغة الخاص بنا المدرب على الدارجة المغربية.
|
266 |
-
</div>
|
267 |
-
<div class="subheader-text">
|
268 |
-
# Enter a prompt and get AI-generated text using our pretrained LLM on Moroccan Darija.
|
269 |
-
</div>
|
270 |
</div>
|
|
|
|
|
271 |
""")
|
272 |
-
|
273 |
with gr.Row():
|
274 |
with gr.Column(scale=6):
|
275 |
prompt_input = gr.Textbox(
|
|
|
259 |
gr.Markdown("""
|
260 |
<div class="center-text">
|
261 |
<div class="flag-emoji">🇲🇦</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
</div>
|
263 |
+
|
264 |
+
# Header
|
265 |
""")
|
|
|
266 |
with gr.Row():
|
267 |
with gr.Column(scale=6):
|
268 |
prompt_input = gr.Textbox(
|