Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yourbench
/
visualize-expert-level-filter
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sumuks
HF Staff
commited on
11 days ago
Commit
0043673
·
verified
·
1 Parent(s):
4fdbee0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,5 @@ def build_tabs():
50
51
with gr.Blocks(theme="default") as demo:
52
build_tabs()
53
-
demo.launch()
50
51
with gr.Blocks(theme="default") as demo:
52
build_tabs()
53
+
54
+
demo.launch()