Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdullah-alnahas
/
ansari-versions-comparison
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abdullah-alnahas
commited on
Jul 5, 2024
Commit
471d392
·
verified
·
1 Parent(s):
3f464bb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -269,4 +269,4 @@ with gr.Blocks(
269
create_about_tab()
270
271
if __name__ == "__main__":
272
-
gr_app.launch()
269
create_about_tab()
270
271
if __name__ == "__main__":
272
+
gr_app.launch(
server_port=7860
)