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...
Update app.py
#1
by
guilhermemfbastos
- opened
Mar 28
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
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
)