amit-asl commited on
Commit
7d6d4fb
1 Parent(s): f52bdaf
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,9 +11,9 @@ def predict_image(image):
11
 
12
  def create_interface():
13
 
14
- image_input = gr.inputs.Image()
15
 
16
- output = gr.outputs.Text()
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,