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:
Duplicated from
andreska/ProjectAnalysis
andreska
/
TestProject
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
andreska
commited on
Dec 6, 2024
Commit
fbe42cd
·
verified
·
1 Parent(s):
0f8bde0
Try make it public sharable
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ iface = gr.Interface(
9
outputs="text"
10
)
11
12
-
iface.launch()
9
outputs="text"
10
)
11
12
+
iface.launch(
share=True
)