Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanbatte
/
realstate
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sanbatte
commited on
Jan 23, 2024
Commit
e4ad38e
·
1 Parent(s):
b656794
saca el share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,4 +22,4 @@ app.include_router(
22
)
23
24
iface = gr.Interface(fn=predict, inputs="text", outputs="text")
25
-
iface.launch(
share=True
)
22
)
23
24
iface = gr.Interface(fn=predict, inputs="text", outputs="text")
25
+
iface.launch()