Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
deepghs/ccip
svjack
/
ccip
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
19 days ago
Commit
65961e1
·
verified
·
1 Parent(s):
d0588a1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ if __name__ == '__main__':
38
outputs=[gr_diff, gr_prediction],
39
)
40
41
-
demo.queue(os.cpu_count()).launch()
38
outputs=[gr_diff, gr_prediction],
39
)
40
41
+
demo.queue(os.cpu_count()).launch(
share = True
)