Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,4 +70,4 @@ The next token is predicted per probability and a weight if it is appeared in ke
|
|
| 70 |
main(nlp, semantic_model, data_load_state)
|
| 71 |
else:
|
| 72 |
sys.argv = ['streamlit', 'run', sys.argv[0]]
|
| 73 |
-
sys.exit(stcli.main())
|
|
|
|
| 70 |
main(nlp, semantic_model, data_load_state)
|
| 71 |
else:
|
| 72 |
sys.argv = ['streamlit', 'run', sys.argv[0]]
|
| 73 |
+
sys.exit(stcli.main())
|