Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
badrex/JASR
badrex
/
JASRv1.1
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
badrex
commited on
Jul 22
Commit
2b0c602
·
verified
·
1 Parent(s):
f55b341
set examples_per_page to 18
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -83,6 +83,7 @@ demo = gr.Interface(
83
"Radio Jeddah (KSA) 2",
84
],
85
cache_examples=False,
86
flagging_mode=None,
87
)
88
83
"Radio Jeddah (KSA) 2",
84
],
85
cache_examples=False,
86
+
examples_per_page=18,
87
flagging_mode=None,
88
)
89