Lindsey Mraz commited on
Commit
c107bb9
·
1 Parent(s): 05aadb6

Test commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def gradio():
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):
 
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):