Spaces:
Runtime error
Runtime error
Omar Sanseviero commited on
Commit ·
8783b2b
1
Parent(s): 8c79b67
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,5 +6,6 @@ description = "How will your face look after the Apocalypse? Take a picture and
|
|
| 6 |
gr.Interface.load(
|
| 7 |
"spaces/Norod78/Apocalyptify",
|
| 8 |
inputs=[gr.inputs.Image(label="Input Image", source="webcam")],
|
| 9 |
-
article=""
|
|
|
|
| 10 |
).launch()
|
|
|
|
| 6 |
gr.Interface.load(
|
| 7 |
"spaces/Norod78/Apocalyptify",
|
| 8 |
inputs=[gr.inputs.Image(label="Input Image", source="webcam")],
|
| 9 |
+
article="",
|
| 10 |
+
description=description,
|
| 11 |
).launch()
|