KingNish commited on
Commit
599427e
1 Parent(s): cbf4cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -51,8 +51,6 @@ def classify_task(prompt):
51
  if not response.token.text == "</s>":
52
  output += response.token.text
53
 
54
- yield output
55
-
56
  if 'text' in output.lower():
57
  user = text(prompt)
58
  elif 'image' in output.lower():
 
51
  if not response.token.text == "</s>":
52
  output += response.token.text
53
 
 
 
54
  if 'text' in output.lower():
55
  user = text(prompt)
56
  elif 'image' in output.lower():