mukaist commited on
Commit
4eda7b1
1 Parent(s): 8d9f79a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ def models(text, model="Mixtral 8x7B"):
36
  output = output[:-4]
37
  return output
38
 
39
- description="""# Hepbilen.com Chat GO
40
- ### 7 Farklı Yapay Zeka Modeli ile Sohbet Edin."""
41
 
42
  demo = gr.Interface(description=description,fn=models, inputs=["text", gr.Dropdown([ 'Mixtral 8x7B','Nous Hermes Mixtral 8x7B DPO','StarChat2 15b','Mistral 7B v0.3','Phi 3 mini', ], value="Mistral 7B v0.3", label="Select Model") ], outputs="text", live=True, batch=True, max_batch_size=10000)
43
  demo.queue(max_size=300000)
 
36
  output = output[:-4]
37
  return output
38
 
39
+ description="""# Hepbilen.com : Chat GO
40
+ ### 5 Farklı Yapay Zeka Modeli ile Sohbet Edin."""
41
 
42
  demo = gr.Interface(description=description,fn=models, inputs=["text", gr.Dropdown([ 'Mixtral 8x7B','Nous Hermes Mixtral 8x7B DPO','StarChat2 15b','Mistral 7B v0.3','Phi 3 mini', ], value="Mistral 7B v0.3", label="Select Model") ], outputs="text", live=True, batch=True, max_batch_size=10000)
43
  demo.queue(max_size=300000)