eloiselle commited on
Commit
955611c
1 Parent(s): ba76db5

modified requirements

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def predict(image, checkbox):
21
  result[i]['box'],
22
  result[i]['label']
23
  ))
24
-
25
  output = (image, sections)
26
  return (output, result)
27
  except Exception as e:
 
21
  result[i]['box'],
22
  result[i]['label']
23
  ))
24
+
25
  output = (image, sections)
26
  return (output, result)
27
  except Exception as e:
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
  gradio
2
- nudenetupdated>=2.2.8
 
1
  gradio
2
+ NudeNetUpdated