Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
trttung1610
/
House_Prediction
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
trttung1610
commited on
Jun 21, 2023
Commit
b812372
·
1 Parent(s):
4628cab
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -141,5 +141,5 @@ interface = gr.Interface(
141
)
142
143
if __name__ == "__main__":
144
-
interface.launch(
share=True
)
145
141
)
142
143
if __name__ == "__main__":
144
+
interface.launch()
145