Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,6 @@ additional_views_radio = gr.components.Radio(['Yes', 'No'], label='Additional Vi
|
|
94 |
|
95 |
# Define output component
|
96 |
output = gr.components.Textbox(label='Predicted Output')
|
97 |
-
|
98 |
# Create the interface
|
99 |
interface = gr.Interface(fn=predict, inputs=[city_dropdown, date_input, star_rating_dropdown, text_rating_input, season_radio, additional_views_radio, room_category_dropdown], outputs=output, title='Model Prediction Interface')
|
100 |
|
|
|
94 |
|
95 |
# Define output component
|
96 |
output = gr.components.Textbox(label='Predicted Output')
|
|
|
97 |
# Create the interface
|
98 |
interface = gr.Interface(fn=predict, inputs=[city_dropdown, date_input, star_rating_dropdown, text_rating_input, season_radio, additional_views_radio, room_category_dropdown], outputs=output, title='Model Prediction Interface')
|
99 |
|