Spaces:
Sleeping
Sleeping
Lindsey Mraz
commited on
Commit
·
c107bb9
1
Parent(s):
05aadb6
Test commit
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def gradio():
|
|
136 |
|
137 |
# ----ATTRIBUTION-START----
|
138 |
# LLM: ChatGPT4o
|
139 |
-
# PROMPT:
|
140 |
# EDITS: added interactive flags
|
141 |
# Advanced options with sliders
|
142 |
with gr.Accordion("Advanced Options", open=False):
|
|
|
136 |
|
137 |
# ----ATTRIBUTION-START----
|
138 |
# LLM: ChatGPT4o
|
139 |
+
# PROMPT: Now, I need sliders for the different models that are used in the product:\n LLM_MAX_NEW_TOKENS = 50\nLLM_TEMPERATURE = 0.7\nLLM_TOP_P = 0.95\nMUSICGEN_MAX_NEW_TOKENS = 256 # 256 = 5 seconds of audio\n they should be in a hidden menu that opens when I click on "advanced options"\nPlease label them for the end user and fit them nicely in the following UI: <code>
|
140 |
# EDITS: added interactive flags
|
141 |
# Advanced options with sliders
|
142 |
with gr.Accordion("Advanced Options", open=False):
|