Avinash99 commited on
Commit
b75cefa
·
1 Parent(s): 117593d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ def predict(input_img):
9
 
10
  gradio_app = gr.Interface(
11
  predict,
12
- inputs=gr.Text(label="Select hot dog candidate"),
13
- outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
14
  title="Image Generator",
15
  )
16
 
 
9
 
10
  gradio_app = gr.Interface(
11
  predict,
12
+ inputs=gr.Textbox(),
13
+ outputs=gr.Image(label="Processed Image"),
14
  title="Image Generator",
15
  )
16