Caroline Mai Chan
commited on
Commit
·
ede6d3b
1
Parent(s):
0b818e9
more debugging
Browse files
app.py
CHANGED
@@ -97,6 +97,6 @@ def predict(input_img):
|
|
97 |
return sepia_img
|
98 |
|
99 |
|
100 |
-
iface = gr.Interface(
|
101 |
|
102 |
iface.launch()
|
|
|
97 |
return sepia_img
|
98 |
|
99 |
|
100 |
+
iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image")
|
101 |
|
102 |
iface.launch()
|