Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import inspect
|
|
| 4 |
from gradio import routes
|
| 5 |
from typing import List, Type
|
| 6 |
from petals import AutoDistributedModelForCausalLM
|
|
|
|
| 7 |
import npc_data
|
| 8 |
import requests, os, re, asyncio, json
|
| 9 |
|
|
|
|
| 4 |
from gradio import routes
|
| 5 |
from typing import List, Type
|
| 6 |
from petals import AutoDistributedModelForCausalLM
|
| 7 |
+
from transformers import AutoTokenizer
|
| 8 |
import npc_data
|
| 9 |
import requests, os, re, asyncio, json
|
| 10 |
|