Ahil1991 commited on
Commit
cda6421
·
verified ·
1 Parent(s): a663569

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,6 +40,6 @@ def models(text, model="Mixtral 8x7B"):
40
 
41
  description="""Ahil's fine-tuned model testing."""
42
 
43
- demo = gr.Interface(description=description,fn=models, inputs=["text", gr.Dropdown(['Mixtral 8x7B','Nous Hermes Mixtral 8x7B DPO','StarChat2 15b','Bee','Phi 3 mini', ], value="Mistral 7B Instruct v0.3", label="Select Model") ], outputs="text", live=True, batch=True, max_batch_size=10000)
44
  demo.queue(max_size=300000)
45
  demo.launch()
 
40
 
41
  description="""Ahil's fine-tuned model testing."""
42
 
43
+ demo = gr.Interface(description=description,fn=models, inputs=["text", gr.Dropdown(['Mixtral 8x7B','Nous Hermes Mixtral 8x7B DPO','StarChat2 15b','Mistral-7B-Instruct-v0.3','Phi 3 mini', ], value="Mistral 7B Instruct v0.3", label="Select Model") ], outputs="text", live=True, batch=True, max_batch_size=10000)
44
  demo.queue(max_size=300000)
45
  demo.launch()