Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jackboyla
/
GLiREL
like
2
Runtime error
App
Files
Files
Community
jackboyla
commited on
Jun 30
Commit
43d7abb
•
1 Parent(s):
165275b
Changes port back to default
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -115,4 +115,4 @@ with gr.Blocks() as demo:
115
116
117
if __name__ == "__main__":
118
-
demo.launch(
server_port=9989
)
115
116
117
if __name__ == "__main__":
118
+
demo.launch()