vilarin commited on
Commit
14118ac
·
verified ·
1 Parent(s): 1178065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,