bytchew commited on
Commit
2c03b99
·
verified ·
1 Parent(s): 8b77400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ interface = gr.Interface(
96
  outputs=[gr.Image(label="Output"), gr.Markdown(label="Output Legend")], # Display output
97
  allow_flagging='never',
98
  title="Celebrity Face Detector",
99
- description="Upload a picture of a celebrity or group of celebrities to identify them"
100
  )
101
 
102
  # 6. Launch the app
 
96
  outputs=[gr.Image(label="Output"), gr.Markdown(label="Output Legend")], # Display output
97
  allow_flagging='never',
98
  title="Celebrity Face Detector",
99
+ description="Upload a picture of a celebrity or group of celebrities to identify them (ex. Jeff Bezos)"
100
  )
101
 
102
  # 6. Launch the app