decodemai commited on
Commit
57689a2
1 Parent(s): 03ef6fe

Update app.py

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