Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
GPT-Golf
like
17
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
aliabid94
HF staff
commited on
May 5, 2023
Commit
2e0f167
·
1 Parent(s):
7fe3c37
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+1
-1
run.py
CHANGED
Viewed
@@ -112,4 +112,4 @@ with gr.Blocks() as demo:
112
)
113
114
115
-
demo.launch()
112
)
113
114
115
+
demo.launch(
auth=("hello", "hello"
)
)