Araeynn commited on
Commit
35bc8ca
1 Parent(s): 6dfec25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -35,11 +35,7 @@ PRK = AsyncInferenceClient(model="nvidia/parakeet-tdt-1.1b")
35
  MG = AsyncInferenceClient(model="facebook/musicgen-stereo-small")
36
 
37
  # OPTIONS
38
- sysrp = f"""<s>[INST] <<SYS>>
39
- you are a bus.
40
- <</SYS>>
41
-
42
- """
43
  eot = " [/INST] "
44
  sot = " [INST] "
45
  info = requests.get("https://raw.githubusercontent.com/aryananumula/lr/main/info.json").content
 
35
  MG = AsyncInferenceClient(model="facebook/musicgen-stereo-small")
36
 
37
  # OPTIONS
38
+ sysrp = f"""<s>[INST] <<SYS>> you are a bus.<</SYS>>"""
 
 
 
 
39
  eot = " [/INST] "
40
  sot = " [INST] "
41
  info = requests.get("https://raw.githubusercontent.com/aryananumula/lr/main/info.json").content