Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
RedmarkerAI
/
test_hawkeye_binary
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xiaopeiwu
commited on
Oct 12, 2023
Commit
44293e3
·
1 Parent(s):
5eeacd5
remove gradio auth
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -31,7 +31,4 @@ demo = gr.Interface(
31
outputs="textbox",
32
)
33
34
-
demo.launch(
35
-
share=True,
36
-
auth=("redmarkerml", "redmarkerml")
37
-
)
31
outputs="textbox",
32
)
33
34
+
demo.launch(
)