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