Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MicroHealth
/
website-to-pdf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bluenevus
commited on
Apr 16
Commit
127d5f5
·
verified
·
1 Parent(s):
78a3c51
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -138,4 +138,4 @@ iface = gr.Interface(
138
)
139
140
if __name__ == "__main__":
141
-
iface.launch()
138
)
139
140
if __name__ == "__main__":
141
+
iface.launch(
share=True, server_name="0.0.0.0", server_port=7860
)