Spaces:
Running
Running
Commit
·
2d3230e
1
Parent(s):
8b24936
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,6 @@ from pathlib import Path
|
|
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."
|
|
|
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."
|