Spaces:
Running
Running
Commit
·
3a096c4
1
Parent(s):
39c0211
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,9 @@ from pathlib import Path
|
|
3 |
import srsly
|
4 |
import importlib
|
5 |
import random
|
|
|
|
|
|
|
6 |
|
7 |
DEFAULT_MODEL = "en_core_web_sm"
|
8 |
DEFAULT_TEXT = "David Bowie moved to the US in 1974, initially staying in New York City before settling in Los Angeles."
|
|
|
3 |
import srsly
|
4 |
import importlib
|
5 |
import random
|
6 |
+
import streamlit as st
|
7 |
+
|
8 |
+
print(st.__version__)
|
9 |
|
10 |
DEFAULT_MODEL = "en_core_web_sm"
|
11 |
DEFAULT_TEXT = "David Bowie moved to the US in 1974, initially staying in New York City before settling in Los Angeles."
|