njgroene commited on
Commit
664f016
1 Parent(s): c72f26a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,6 +108,6 @@ gr.Interface(
108
  inputs=gr.inputs.Image(label="Upload a profile picture of a single person", type="pil"),
109
  outputs=("text"),
110
  title= title,
111
- description = description
112
  examples=["ex0.jpg","ex4.jpg", "ex1.jpg","ex2.jpg","ex3.jpg","ex5.jpg","ex6.jpg"]
113
  ).launch()
 
108
  inputs=gr.inputs.Image(label="Upload a profile picture of a single person", type="pil"),
109
  outputs=("text"),
110
  title= title,
111
+ description = description,
112
  examples=["ex0.jpg","ex4.jpg", "ex1.jpg","ex2.jpg","ex3.jpg","ex5.jpg","ex6.jpg"]
113
  ).launch()