ldhldh commited on
Commit
cb92e5b
ยท
1 Parent(s): 2c77c32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 requests, os, re, asyncio, json
8
 
9
  loop = asyncio.get_event_loop()
 
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
 
10
  loop = asyncio.get_event_loop()