Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,4 +65,4 @@ label = gr.components.Text(label="Picked User Top 5 Recommendations:")
|
|
65 |
example = [2, 3]
|
66 |
|
67 |
intf = gr.Interface(fn=gl, inputs=text, outputs=label, examples=example)
|
68 |
-
intf.launch(inline=False)
|
|
|
65 |
example = [2, 3]
|
66 |
|
67 |
intf = gr.Interface(fn=gl, inputs=text, outputs=label, examples=example)
|
68 |
+
intf.launch(inline=False, share=True)
|