Spaces:
Sleeping
Sleeping
LucasAguetai
commited on
Commit
•
c6edb54
1
Parent(s):
64db5e1
test
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ async def create_upload_file(context: str, texte: str, model: str):
|
|
41 |
return {"model": model, "texte": texte, "context": context}
|
42 |
|
43 |
|
44 |
-
@app.
|
45 |
async def create_upload_file(texte: str, model: str):
|
46 |
|
47 |
return {"model": model, "texte": texte}
|
|
|
41 |
return {"model": model, "texte": texte, "context": context}
|
42 |
|
43 |
|
44 |
+
@app.get("/withoutFile/")
|
45 |
async def create_upload_file(texte: str, model: str):
|
46 |
|
47 |
return {"model": model, "texte": texte}
|