amit-asl
commited on
Commit
·
7d6d4fb
1
Parent(s):
f52bdaf
fix
Browse files
app.py
CHANGED
@@ -11,9 +11,9 @@ def predict_image(image):
|
|
11 |
|
12 |
def create_interface():
|
13 |
|
14 |
-
image_input = gr.
|
15 |
|
16 |
-
output = gr.
|
17 |
|
18 |
iface = gr.Interface(
|
19 |
fn=predict_image,
|
|
|
11 |
|
12 |
def create_interface():
|
13 |
|
14 |
+
image_input = gr.Image()
|
15 |
|
16 |
+
output = gr.Text()
|
17 |
|
18 |
iface = gr.Interface(
|
19 |
fn=predict_image,
|