Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SUSTech
/
ChineseSafe-Benchmark
like
11
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
hxiang
commited on
Nov 3, 2024
Commit
ab03678
·
verified
·
1 Parent(s):
58e363c
fix: add share=True in launch()
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -260,5 +260,5 @@ with gr.Blocks() as demo:
260
)
261
262
263
-
demo.launch()
264
260
)
261
262
263
+
demo.launch(
share=True
)
264