Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jjz5463
/
Diary-AI
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jjz5463
commited on
Sep 29, 2024
Commit
c5cc2c2
·
1 Parent(s):
9293735
remove share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ interface = gr.Interface(
65
)
66
67
# Launch the interface
68
-
interface.launch(
share=True
)
65
)
66
67
# Launch the interface
68
+
interface.launch()