prakashkota commited on
Commit
eece087
·
1 Parent(s): 4b0d0e9

Fixed missing iface.launch()

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -60,3 +60,7 @@ iface = gr.Interface(
60
  title="CSTR Surrogate Model Inference",
61
  description="Enter the input values to predict steady-state concentration and temperature."
62
  )
 
 
 
 
 
60
  title="CSTR Surrogate Model Inference",
61
  description="Enter the input values to predict steady-state concentration and temperature."
62
  )
63
+
64
+
65
+ if __name__ == "__main__":
66
+ iface.launch()