Preetham04 commited on
Commit
a837e17
·
verified ·
1 Parent(s): 675211a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def predict(input_img):
9
 
10
  gradio_app = gr.Interface(
11
  predict,
12
- inputs="textbox",
13
  outputs="text",
14
  title="Text-generation",
15
  )
 
9
 
10
  gradio_app = gr.Interface(
11
  predict,
12
+ inputs="textbox",
13
  outputs="text",
14
  title="Text-generation",
15
  )