Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hernanhgm
/
sexaje_aguila_real
like
1
Runtime error
App
Files
Files
Community
hernanhgm
commited on
Nov 19, 2023
Commit
4e99b29
•
1 Parent(s):
9206938
Remove share=true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,4 +75,4 @@ demo = gr.Interface(
75
title=title,
76
description=description
77
)
78
-
demo.launch(
share=True
)
75
title=title,
76
description=description
77
)
78
+
demo.launch()