developer3000 commited on
Commit
a1a68e5
·
verified ·
1 Parent(s): e63a04d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -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