CCockrum commited on
Commit
069fd9f
·
verified ·
1 Parent(s): d5bf7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ if view == "Artwork Explorer":
103
  else:
104
  prompt_flan = f"Write a short description of this artwork:"
105
 
106
- {prompt}"
107
  result = describer(prompt_flan, max_length=100, truncation=True)[0]["generated_text"]
108
  return result.strip()
109
  except Exception as e:
 
103
  else:
104
  prompt_flan = f"Write a short description of this artwork:"
105
 
106
+ #{prompt}"
107
  result = describer(prompt_flan, max_length=100, truncation=True)[0]["generated_text"]
108
  return result.strip()
109
  except Exception as e: