Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
guilhermemfbastos
/
CodeSearch_Engine
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
guilhermemfbastos
commited on
Mar 28
Commit
47087ac
路
verified
路
1 Parent(s):
435c898
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -121,4 +121,4 @@ def api_data(q: str = ""):
121
}
122
123
if __name__ == "__main__":
124
-
uvicorn.run(app, host="127.0.0.1", port=
8000
)
121
}
122
123
if __name__ == "__main__":
124
+
uvicorn.run(app, host="127.0.0.1", port=
7860
)