BaggerOfWords commited on
Commit
0eaedb3
·
1 Parent(s): 4f7d83b

new base config

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,9 +14,8 @@ GPT_CONFIG_MODELS = [
14
 
15
  Falcon_CONFIG_MODELS = [
16
  "tiiuae/Falcon3-10B-Base",
17
- "tiiuae/Falcon3-10B-Instruct",
18
- "tiiuae/Falcon3-7B-Base",
19
- "tiiuae/Falcon3-7B-Instruct"
20
  ]
21
 
22
  # Increase model slots
@@ -166,4 +165,5 @@ with demo:
166
  outputs=[output_message, output_score, output_threshold]
167
  )
168
  # Launch
 
169
  demo.launch()
 
14
 
15
  Falcon_CONFIG_MODELS = [
16
  "tiiuae/Falcon3-10B-Base",
17
+ "tiiuae/Falcon3-7B-Instruct",
18
+ "tiiuae/Falcon3-7B-Base"
 
19
  ]
20
 
21
  # Increase model slots
 
165
  outputs=[output_message, output_score, output_threshold]
166
  )
167
  # Launch
168
+ demo.queue()
169
  demo.launch()