set share = true
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import pandas as pd
|
|
9 |
|
10 |
project = hopsworks.login()
|
11 |
fs = project.get_feature_store()
|
12 |
-
|
13 |
|
14 |
mr = project.get_model_registry()
|
15 |
model = mr.get_model("titanic_modal_simple_classifier", version=1)
|
@@ -48,4 +48,4 @@ demo = gr.Interface(
|
|
48 |
],
|
49 |
outputs=gr.Image(type="pil"))
|
50 |
|
51 |
-
demo.launch()
|
|
|
9 |
|
10 |
project = hopsworks.login()
|
11 |
fs = project.get_feature_store()
|
12 |
+
sharebool = True
|
13 |
|
14 |
mr = project.get_model_registry()
|
15 |
model = mr.get_model("titanic_modal_simple_classifier", version=1)
|
|
|
48 |
],
|
49 |
outputs=gr.Image(type="pil"))
|
50 |
|
51 |
+
demo.launch(share=sharebool)
|