Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
developer3000
/
textgen888
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
developer3000
commited on
May 15, 2024
Commit
a1a68e5
·
verified
·
1 Parent(s):
e63a04d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
from openai import OpenAI
2
from huggingface_hub import hf_hub_download
3
from llama_cpp import Llama
1
+
import time
2
from openai import OpenAI
3
from huggingface_hub import hf_hub_download
4
from llama_cpp import Llama