limravy commited on
Commit
fe95fab
·
verified ·
1 Parent(s): 28b92e9

share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,6 +163,6 @@ iface = gr.Interface(
163
  title="Linear Regression Prediction App",
164
  description="Enter the input values to get the predicted target value."
165
  )
166
- iface.launch()
167
 
168
 
 
163
  title="Linear Regression Prediction App",
164
  description="Enter the input values to get the predicted target value."
165
  )
166
+ iface.launch(share=True)
167
 
168