badrex commited on
Commit
3bf2fc4
·
verified ·
1 Parent(s): 6b50ebb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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