Spaces:
Running
on
Zero
Running
on
Zero
adds latex support differently
Browse files
app.py
CHANGED
@@ -187,6 +187,7 @@ demo = gr.ChatInterface(
|
|
187 |
cache_examples=False,
|
188 |
type="messages",
|
189 |
description="""
|
|
|
190 |
# 🙋🏻♂️Welcome to 🌟Tonic's gpt-oss-20b Multilingual Reasoner Demo !
|
191 |
|
192 |
✨ **Enhanced Features:**
|
@@ -207,8 +208,7 @@ demo = gr.ChatInterface(
|
|
207 |
),
|
208 |
stop_btn="Stop Generation",
|
209 |
multimodal=False,
|
210 |
-
theme=gr.themes.Soft()
|
211 |
-
latex_delims=LATEX_DELIMS
|
212 |
)
|
213 |
|
214 |
if __name__ == "__main__":
|
|
|
187 |
cache_examples=False,
|
188 |
type="messages",
|
189 |
description="""
|
190 |
+
|
191 |
# 🙋🏻♂️Welcome to 🌟Tonic's gpt-oss-20b Multilingual Reasoner Demo !
|
192 |
|
193 |
✨ **Enhanced Features:**
|
|
|
208 |
),
|
209 |
stop_btn="Stop Generation",
|
210 |
multimodal=False,
|
211 |
+
theme=gr.themes.Soft()
|
|
|
212 |
)
|
213 |
|
214 |
if __name__ == "__main__":
|