Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
manuth
/
product-review-summarizer
like
0
Runtime error
App
Files
Files
Community
manuth
commited on
May 28
Commit
78c460e
•
1 Parent(s):
41334ba
add port
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -88,4 +88,4 @@ iface = gr.Interface(
88
)
89
90
if __name__ == "__main__":
91
-
iface.launch(
debug=True, share=True, server_port=7861
)
88
)
89
90
if __name__ == "__main__":
91
+
iface.launch()