Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
23 |
-
|
|
|
|
|
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__":
|