Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ demo = gr.Interface(
|
|
160 |
""",
|
161 |
examples=examples if examples else None,
|
162 |
cache_examples=False, # Disable caching to avoid issues
|
163 |
-
theme=gr.themes.Default(font=[gr.themes.GoogleFont("Amiri"), "Arial", "serif"]),
|
164 |
flagging_mode=None
|
165 |
)
|
166 |
|
|
|
160 |
""",
|
161 |
examples=examples if examples else None,
|
162 |
cache_examples=False, # Disable caching to avoid issues
|
163 |
+
#theme=gr.themes.Default(font=[gr.themes.GoogleFont("Amiri"), "Arial", "serif"]),
|
164 |
flagging_mode=None
|
165 |
)
|
166 |
|