Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,9 @@ import io
|
|
4 |
import json
|
5 |
|
6 |
|
|
|
|
|
|
|
7 |
# Load the tokenizer from the specific folder
|
8 |
tokenizer = LlamaTokenizer.from_pretrained("llama_tokenizer")
|
9 |
|
|
|
4 |
import json
|
5 |
|
6 |
|
7 |
+
import gradio as gr
|
8 |
+
print(gr.__version__)
|
9 |
+
|
10 |
# Load the tokenizer from the specific folder
|
11 |
tokenizer = LlamaTokenizer.from_pretrained("llama_tokenizer")
|
12 |
|