caslabs commited on
Commit
463a210
·
verified ·
1 Parent(s): 12a79d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,5 +24,5 @@ iface = gr.Interface(
24
  description="Predict home price based on input features"
25
  )
26
 
27
- # Enable the API
28
- iface.launch(enable_api=True)
 
24
  description="Predict home price based on input features"
25
  )
26
 
27
+ # Launch the interface without 'enable_api'
28
+ iface.launch()