gokaygokay commited on
Commit
0f1d017
1 Parent(s): 1eff775
Files changed (1) hide show
  1. ui_components.py +2 -1
ui_components.py CHANGED
@@ -97,7 +97,8 @@ def create_interface():
97
  clip_g_output = gr.Textbox(label="CLIP G Output", visible=True)
98
 
99
  with gr.Column(scale=2):
100
- with gr.Accordion("Prompt Generation with LLM (You need to use Generate Prompt first)", open=False):
 
101
  happy_talk = gr.Checkbox(label="Happy Talk", value=True)
102
  compress = gr.Checkbox(label="Compress", value=True)
103
  compression_level = gr.Radio(["soft", "medium", "hard"], label="Compression Level", value="hard")
 
97
  clip_g_output = gr.Textbox(label="CLIP G Output", visible=True)
98
 
99
  with gr.Column(scale=2):
100
+ with gr.Accordion("""Prompt Generation with LLM
101
+ (You need to use Generate Prompt first)""", open=False):
102
  happy_talk = gr.Checkbox(label="Happy Talk", value=True)
103
  compress = gr.Checkbox(label="Compress", value=True)
104
  compression_level = gr.Radio(["soft", "medium", "hard"], label="Compression Level", value="hard")