decodemai commited on
Commit
c0886d6
1 Parent(s): 990084e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ except requests.exceptions.ReadTimeout as e:
25
 
26
  prompt=str(r.content, 'UTF-8')
27
 
 
28
  def infer(prompt,
29
  max_length = 250,
30
  top_k = 0,
25
 
26
  prompt=str(r.content, 'UTF-8')
27
 
28
+
29
  def infer(prompt,
30
  max_length = 250,
31
  top_k = 0,