Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Demosthene-OR
/
api-avr23-cds-translation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Demosthene-OR
commited on
Mar 8, 2024
Commit
22f5c55
·
1 Parent(s):
942c2cc
complement
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -7,5 +7,5 @@ def read_root():
7
return {"Hello": "World!"}
8
9
@app.get("/test")
10
-
def
read_root
():
11
return {"Hello": "Test!"}
7
return {"Hello": "World!"}
8
9
@app.get("/test")
10
+
def
read_test
():
11
return {"Hello": "Test!"}