Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ async def main(link):
|
|
181 |
# {"role": "user", "content": prompt},
|
182 |
# ]
|
183 |
|
184 |
-
answer = Client.text_generation(
|
185 |
prompt=formatted_prompt,
|
186 |
max_new_tokens=4096,
|
187 |
temperature=0.7,
|
|
|
181 |
# {"role": "user", "content": prompt},
|
182 |
# ]
|
183 |
|
184 |
+
answer = await Client.text_generation(
|
185 |
prompt=formatted_prompt,
|
186 |
max_new_tokens=4096,
|
187 |
temperature=0.7,
|