Uday007 commited on
Commit
0345a77
·
1 Parent(s): 7628508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -19,8 +19,10 @@ iface = gr.Interface(
19
  inputs=[
20
  gr.inputs.Textbox(placeholder="Enter Flipper Length(mm)",numeric=True,label="FLIPPER LENGTH")
21
  ],
22
- outputs=gr.outputs.Textbox(label="Body Mass"),
23
- title="PENGUIN REGRESSION"
 
 
24
  )
25
 
26
  if __name__ == "__main__":
 
19
  inputs=[
20
  gr.inputs.Textbox(placeholder="Enter Flipper Length(mm)",numeric=True,label="FLIPPER LENGTH")
21
  ],
22
+ title="PENGUIN REGRESSION",
23
+ outputs="text",
24
+ examples=[[195],
25
+ [183]]
26
  )
27
 
28
  if __name__ == "__main__":