Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fantos
/
code
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arxivgpt kim
commited on
Feb 23, 2024
Commit
698d2c3
·
verified
·
1 Parent(s):
c9a51eb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,6 +75,6 @@ with gr.Blocks(css=css) as demo:
75
)
76
77
# 인터페이스 실행
78
-
demo.launch()
79
80
75
)
76
77
# 인터페이스 실행
78
+
demo.launch(
auth=("arxiv", "gpt"
)
)
79
80