Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ def greed(Unit_of_Measure,Line_Item_Quantity,Line_Item_Value,Weight_kg,Freight_C
|
|
21 |
return pred1,pred2
|
22 |
|
23 |
|
24 |
-
output1=gr.outputs.Textbox(label='
|
25 |
-
output2=gr.outputs.Textbox(label='
|
26 |
|
27 |
demo = gr.Interface(
|
28 |
fn=greed,
|
|
|
21 |
return pred1,pred2
|
22 |
|
23 |
|
24 |
+
output1=gr.outputs.Textbox(label='Pack price')
|
25 |
+
output2=gr.outputs.Textbox(label='Unit price')
|
26 |
|
27 |
demo = gr.Interface(
|
28 |
fn=greed,
|