Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EzekielMW
/
test3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
EzekielMW
commited on
Aug 29, 2024
Commit
604964b
·
verified
·
1 Parent(s):
6adfab1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
CHANGED
Viewed
@@ -187,6 +187,11 @@ async def translate_text(request: Request):
187
188
189
190
191
192
187
188
189
190
+
@app.get("/")
191
+
async def root():
192
+
return {"message": "Welcome to the translation API!"}
193
+
194
+
195
196
197