antonbol commited on
Commit
95724f7
1 Parent(s): 33e9cd7

set share = true

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)