Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
1b40db1
1
Parent(s):
bee7ce8
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface(fn=predict,
|
4 |
+
inputs="sketchpad",
|
5 |
+
outputs="label",
|
6 |
+
live=True).launch()
|
|