share=True
Browse files
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 |
|