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:
marcderbauer
/
vice-headlines
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
marcderbauer
commited on
Sep 18, 2022
Commit
9909948
·
1 Parent(s):
2269092
disabled share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,4 @@ interface = gr.Interface(
34
title=title,
35
)
36
37
-
interface.launch(
share=True
)
34
title=title,
35
)
36
37
+
interface.launch()