Spaces:
Sleeping
Sleeping
Timo
commited on
Commit
·
f83d2ce
1
Parent(s):
2bd322b
OK
Browse files
src/__pycache__/draft_model.cpython-39.pyc
CHANGED
|
Binary files a/src/__pycache__/draft_model.cpython-39.pyc and b/src/__pycache__/draft_model.cpython-39.pyc differ
|
|
|
src/streamlit_app.py
CHANGED
|
@@ -21,7 +21,7 @@ from typing import Dict, List
|
|
| 21 |
import requests
|
| 22 |
import streamlit as st
|
| 23 |
|
| 24 |
-
from
|
| 25 |
|
| 26 |
|
| 27 |
os.environ.setdefault("HF_HOME", os.path.expanduser("~/.cache/huggingface"))
|
|
|
|
| 21 |
import requests
|
| 22 |
import streamlit as st
|
| 23 |
|
| 24 |
+
from draft_model import DraftModel
|
| 25 |
|
| 26 |
|
| 27 |
os.environ.setdefault("HF_HOME", os.path.expanduser("~/.cache/huggingface"))
|