Spaces:
Running
Running
ThorbenFroehlking
commited on
Commit
·
5ed7396
1
Parent(s):
a326e2e
Updated
Browse files- .ipynb_checkpoints/app-checkpoint.py +2 -1
- app.py +2 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -633,4 +633,5 @@ with gr.Blocks(css="""
|
|
633 |
|
634 |
return raw_scores,normalized_scores
|
635 |
|
636 |
-
demo.launch(share=True)
|
|
|
|
633 |
|
634 |
return raw_scores,normalized_scores
|
635 |
|
636 |
+
demo.launch(share=True)
|
637 |
+
demo.api_name["predict_from_sequence"] = predict_utils
|
app.py
CHANGED
@@ -633,4 +633,5 @@ with gr.Blocks(css="""
|
|
633 |
|
634 |
return raw_scores,normalized_scores
|
635 |
|
636 |
-
demo.launch(share=True)
|
|
|
|
633 |
|
634 |
return raw_scores,normalized_scores
|
635 |
|
636 |
+
demo.launch(share=True)
|
637 |
+
demo.api_name["predict_from_sequence"] = predict_utils
|