Spaces:
Running
Running
zhimin-z
commited on
Commit
·
abcdbd1
1
Parent(s):
2b30f34
fix
Browse files
app.py
CHANGED
|
@@ -685,7 +685,6 @@ def check_auth_on_load(request: gr.Request):
|
|
| 685 |
)
|
| 686 |
|
| 687 |
|
| 688 |
-
# Gradio Interface
|
| 689 |
# Suppress the deprecation warning for theme parameter until Gradio 6.0 is released
|
| 690 |
warnings.filterwarnings('ignore', category=DeprecationWarning, message=".*'theme' parameter.*")
|
| 691 |
with gr.Blocks(title="SWE-Model-Arena", theme=gr.themes.Soft()) as app:
|
|
|
|
| 685 |
)
|
| 686 |
|
| 687 |
|
|
|
|
| 688 |
# Suppress the deprecation warning for theme parameter until Gradio 6.0 is released
|
| 689 |
warnings.filterwarnings('ignore', category=DeprecationWarning, message=".*'theme' parameter.*")
|
| 690 |
with gr.Blocks(title="SWE-Model-Arena", theme=gr.themes.Soft()) as app:
|