Muinez commited on
Commit
e2bd1bb
1 Parent(s): 3d42bd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def predict(img):
49
 
50
  gr.Interface(
51
  title="Artwork scorer",
52
- description="Predicts score (0-1) for artwork.\nCould be wrong!!!\nDoes not work very well with nsfw i.e. it was not trained on it",
53
  fn=predict,
54
  allow_flagging="never",
55
  inputs=gr.Image(type="pil"),
 
49
 
50
  gr.Interface(
51
  title="Artwork scorer",
52
+ description="Predicts score (0-1) for artwork.\nCould be wrong",
53
  fn=predict,
54
  allow_flagging="never",
55
  inputs=gr.Image(type="pil"),