Spaces:
Runtime error
Runtime error
vkthakur88
commited on
Commit
•
e07f11b
1
Parent(s):
dfdd67f
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def image_interface(img):
|
|
12 |
)
|
13 |
|
14 |
return response
|
15 |
-
|
16 |
app = gr.Interface(
|
17 |
fn = image_interface,
|
18 |
inputs = gr.Image(type = 'filepath'),
|
|
|
12 |
)
|
13 |
|
14 |
return response
|
15 |
+
|
16 |
app = gr.Interface(
|
17 |
fn = image_interface,
|
18 |
inputs = gr.Image(type = 'filepath'),
|