Spaces:
Runtime error
Runtime error
Royrotem100
commited on
Commit
โข
28acd69
1
Parent(s):
6a758ff
Add DictaLM 2.0 instruct model
Browse files- app.py +2 -2
- logo_am.png +0 -0
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css='''
|
|
133 |
gr.Markdown("""
|
134 |
<div class="dicta-header">
|
135 |
<a href="">
|
136 |
-
<img src="file/
|
137 |
</a>
|
138 |
<div class="dicta-intro-text">
|
139 |
<h1>ืฆ'ืื ืืขืจืื - ืืืืื ืจืืฉืื ืืช</h1>
|
@@ -150,4 +150,4 @@ with gr.Blocks(css='''
|
|
150 |
interface.textbox.text_align = 'right'
|
151 |
interface.theme_css += '.gr-group {direction: rtl !important;}'
|
152 |
|
153 |
-
demo.queue(api_open=False).launch(max_threads=20, share=False, allowed_paths=['
|
|
|
133 |
gr.Markdown("""
|
134 |
<div class="dicta-header">
|
135 |
<a href="">
|
136 |
+
<img src="file/logo_am.png" alt="Dicta Logo" class="dicta-logo">
|
137 |
</a>
|
138 |
<div class="dicta-intro-text">
|
139 |
<h1>ืฆ'ืื ืืขืจืื - ืืืืื ืจืืฉืื ืืช</h1>
|
|
|
150 |
interface.textbox.text_align = 'right'
|
151 |
interface.theme_css += '.gr-group {direction: rtl !important;}'
|
152 |
|
153 |
+
demo.queue(api_open=False).launch(max_threads=20, share=False, allowed_paths=['logo_am.png'])
|
logo_am.png
ADDED