Spaces:
Sleeping
Sleeping
Commit ·
ecfba84
1
Parent(s): 69d70b9
update on launch
Browse files
app.py
CHANGED
|
@@ -64,4 +64,4 @@ demo = gr.Interface(
|
|
| 64 |
description="Predicts whether a kinase will phosphorylate a given substrate sequence.",
|
| 65 |
)
|
| 66 |
|
| 67 |
-
demo.launch()
|
|
|
|
| 64 |
description="Predicts whether a kinase will phosphorylate a given substrate sequence.",
|
| 65 |
)
|
| 66 |
|
| 67 |
+
demo.launch(ssr_mode=False)
|