research14 commited on
Commit
7f877a9
1 Parent(s): 937be2f

time library

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
 
3
 
4
  # Load the Vicuna 7B v1.3 LMSys model and tokenizer
5
  model_name = "lmsys/vicuna-7b-v1.3"
 
1
  import gradio as gr
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
+ import time
4
 
5
  # Load the Vicuna 7B v1.3 LMSys model and tokenizer
6
  model_name = "lmsys/vicuna-7b-v1.3"