Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|