Spaces:
Sleeping
Sleeping
Commit
·
bef393e
1
Parent(s):
2840071
Update app.py
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ species_model = gr.Interface(
|
|
64 |
description='Species Classification',
|
65 |
article='Species Classification'
|
66 |
)
|
67 |
-
species_model.launch()
|
|
|
64 |
description='Species Classification',
|
65 |
article='Species Classification'
|
66 |
)
|
67 |
+
species_model.launch(share=True)
|