Spaces:
Paused
Paused
Upload main.py
Browse files
main.py
CHANGED
@@ -32,7 +32,7 @@ def generate(text: str):
|
|
32 |
llama2 q4 backend
|
33 |
"""
|
34 |
output = llm(text)
|
35 |
-
return {"output": output
|
36 |
|
37 |
|
38 |
def prompt(question):
|
|
|
32 |
llama2 q4 backend
|
33 |
"""
|
34 |
output = llm(text)
|
35 |
+
return {"output": output}
|
36 |
|
37 |
|
38 |
def prompt(question):
|