Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
Nyanpre/cp-oracle
Nyanpre
/
cp-oracle-dev
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nyanpre
commited on
Apr 6
Commit
8fc377f
·
verified
·
1 Parent(s):
18d58ed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -40,5 +40,5 @@ with gr.Blocks() as demo:
40
)
41
42
if __name__ == "__main__":
43
-
#
CORS
を
許可
して
GitHubからのアクセスを通
す
44
-
demo.launch(
cors_allowed_origins=["*"]
)
40
)
41
42
if __name__ == "__main__":
43
+
#
引数
を
すべて削除
して
シンプルにしま
す
44
+
demo.launch()