Spaces:
Runtime error
Runtime error
gokaygokay
commited on
Commit
•
1eff775
1
Parent(s):
0a6240b
warning
Browse files- ui_components.py +1 -1
ui_components.py
CHANGED
@@ -97,7 +97,7 @@ 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", 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 (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")
|