gokaygokay
commited on
Commit
•
af7fb19
1
Parent(s):
c2e6c0d
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def create_interface():
|
|
63 |
value="Groq"
|
64 |
)
|
65 |
api_key = gr.Textbox(label="API Key", type="password", visible=False)
|
66 |
-
model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768", "llama-3.2-90b-text-preview"], value="
|
67 |
with gr.Row():
|
68 |
# **Single Button for Generating Prompt and Text**
|
69 |
generate_button = gr.Button("GENERATE")
|
|
|
63 |
value="Groq"
|
64 |
)
|
65 |
api_key = gr.Textbox(label="API Key", type="password", visible=False)
|
66 |
+
model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768", "llama-3.2-90b-text-preview"], value="llama-3.2-90b-text-preview")
|
67 |
with gr.Row():
|
68 |
# **Single Button for Generating Prompt and Text**
|
69 |
generate_button = gr.Button("GENERATE")
|