amiraaaa123 commited on
Commit
dc0b32e
·
1 Parent(s): 200a063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -15
app.py CHANGED
@@ -17,21 +17,9 @@ class UserInterface():
17
  # help="Type in your HuggingFace API key to use this app"
18
  # )
19
 
20
- models_name = (
21
- "HuggingFaceH4/zephyr-7b-beta",
22
- "Sharathhebbar24/chat_gpt2",
23
- "Sharathhebbar24/convo_bot_gpt_v1",
24
- "Open-Orca/Mistral-7B-OpenOrca",
25
- "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
26
- "Sharathhebbar24/llama_7b_chat",
27
- "CultriX/MistralTrix-v1",
28
- "ahxt/LiteLlama-460M-1T",
29
- )
30
- self.models = st.sidebar.selectbox(
31
- label="Choose your models",
32
- options=models_name,
33
- help="Choose your model",
34
- )
35
 
36
  self.temperature = st.sidebar.slider(
37
  label='Temperature',
 
17
  # help="Type in your HuggingFace API key to use this app"
18
  # )
19
 
20
+ models_name ="HuggingFaceH4/zephyr-7b-beta"
21
+
22
+
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  self.temperature = st.sidebar.slider(
25
  label='Temperature',