Spaces:
Runtime error
Runtime error
Omar Sanseviero commited on
Commit ·
f6d2562
1
Parent(s): 3d81b31
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,5 +2,5 @@ import gradio as gr
|
|
| 2 |
|
| 3 |
gr.Interface.load(
|
| 4 |
"spaces/Norod78/Apocalyptify",
|
| 5 |
-
gr.inputs.Image(label="Input Image", source="webcam")
|
| 6 |
).launch()
|
|
|
|
| 2 |
|
| 3 |
gr.Interface.load(
|
| 4 |
"spaces/Norod78/Apocalyptify",
|
| 5 |
+
inputs=[gr.inputs.Image(label="Input Image", source="webcam")]
|
| 6 |
).launch()
|