Spaces:
Runtime error
Runtime error
Varunjulakanti
commited on
Commit
•
c0c31da
1
Parent(s):
6d9f491
initial commit
Browse files
mhv.py
CHANGED
@@ -36,4 +36,4 @@ def house_price(input_long, input_lati, input_hmg, input_tr, input_tb, input_p,
|
|
36 |
return output1,output2
|
37 |
|
38 |
iface=gr.Interface( title="house Prediction",description="This model gives the estimated price of a house." ,fn=house_price,inputs=[input_long, input_lati, input_hmg, input_tr, input_tb, input_p, input_hh, input_mi], outputs=[output_mhv, output_mhv1] )
|
39 |
-
iface.launch
|
|
|
36 |
return output1,output2
|
37 |
|
38 |
iface=gr.Interface( title="house Prediction",description="This model gives the estimated price of a house." ,fn=house_price,inputs=[input_long, input_lati, input_hmg, input_tr, input_tb, input_p, input_hh, input_mi], outputs=[output_mhv, output_mhv1] )
|
39 |
+
iface.launch()
|