Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tanbushi
/
api-mapper
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tanbushi
commited on
Nov 5, 2024
Commit
a973d76
·
1 Parent(s):
e77218b
add get_cur_path
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,5 @@ CREATE TABLE api_keys (
55
56
@app.get("/cur_path")
57
def cur_path():
58
-
return
{
"cur_path"
: os.getcwd()}
55
56
@app.get("/cur_path")
57
def cur_path():
58
+
return "cur_path"
59
+
# return {"cur_path": os.getcwd()}