Spaces:
Runtime error
Runtime error
Jyothish CHANDRASENAN
commited on
Commit
·
fcd9f6d
1
Parent(s):
db7fdcd
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def predict(img):
|
|
156 |
|
157 |
|
158 |
gr.Interface(fn=predict,
|
159 |
-
inputs=[gr.Image()],
|
160 |
outputs="image",
|
161 |
css="footer {visibility: hidden} body}, .gradio-container {background-color: white}",
|
162 |
title="Automi Demo",
|
|
|
156 |
|
157 |
|
158 |
gr.Interface(fn=predict,
|
159 |
+
inputs=[gr.Image(type="filepath")],
|
160 |
outputs="image",
|
161 |
css="footer {visibility: hidden} body}, .gradio-container {background-color: white}",
|
162 |
title="Automi Demo",
|