Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SarahMarzouq
/
Project2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SarahMarzouq
commited on
Feb 26
Commit
cb9f6a6
·
verified
·
1 Parent(s):
8f2b388
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,7 @@ interface = gr.Interface(
43
44
examples=examples
45
)
46
-
interface.launch()
43
44
examples=examples
45
)
46
+
interface.launch()
47
+
48
+
if __name__ == "__main__":
49
+
app.run(host="0.0.0.0", port=7860)