ongkn commited on
Commit
ee46ba1
1 Parent(s): be4ab8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,6 +83,6 @@ iface = gr.Interface(
83
  inputs="image",
84
  outputs=["text", "number", "image"],
85
  title="Attraction Classifier - subjective",
86
- description="Takes in a (224, 224) image and outputs an attraction class: {\"pos\", \"neg\"}. Face detection, cropping, and resizing is done internally."
87
  )
88
  iface.launch()
 
83
  inputs="image",
84
  outputs=["text", "number", "image"],
85
  title="Attraction Classifier - subjective",
86
+ description="Takes in a (224, 224) image and outputs an attraction class: {\"pos\", \"neg\"}. Face detection, cropping, and resizing are done internally."
87
  )
88
  iface.launch()