Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def warmupGenerationModel():
|
|
22 |
return warmupModelMessage
|
23 |
|
24 |
@app.post("/cmsai/generatetext")
|
25 |
-
async def generateTextUsingLLama(inputSettings:InputForGeneration)
|
26 |
try:
|
27 |
output = text_generation.generateText(inputSettings)
|
28 |
if output is not None:
|
|
|
22 |
return warmupModelMessage
|
23 |
|
24 |
@app.post("/cmsai/generatetext")
|
25 |
+
async def generateTextUsingLLama(inputSettings:InputForGeneration):
|
26 |
try:
|
27 |
output = text_generation.generateText(inputSettings)
|
28 |
if output is not None:
|