Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tomo2chin2
/
BASE64API
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tomo2chin2
commited on
Mar 27, 2025
Commit
7253f88
·
verified
·
1 Parent(s):
cf90d24
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -61,4 +61,4 @@ iface = gr.Interface(
61
)
62
63
# アプリを起動
64
-
iface.launch()
61
)
62
63
# アプリを起動
64
+
iface.launch(
share=False
)