Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
bbe8e66
1
Parent(s):
2cebab9
llm settings
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as demo:
|
|
160 |
text_prompt = gr.Textbox(label="Text Prompt (optional, used if no image is uploaded)")
|
161 |
use_enhancer = gr.Checkbox(label="Use Prompt Enhancer", value=False)
|
162 |
use_llm_generator = gr.Checkbox(label="Use LLM Prompt Generator", value=False)
|
163 |
-
with gr.Accordion("
|
164 |
llm_provider = gr.Dropdown(
|
165 |
choices=["Hugging Face", "SambaNova"],
|
166 |
label="LLM Provider",
|
|
|
160 |
text_prompt = gr.Textbox(label="Text Prompt (optional, used if no image is uploaded)")
|
161 |
use_enhancer = gr.Checkbox(label="Use Prompt Enhancer", value=False)
|
162 |
use_llm_generator = gr.Checkbox(label="Use LLM Prompt Generator", value=False)
|
163 |
+
with gr.Accordion("LLM Settings", open=False):
|
164 |
llm_provider = gr.Dropdown(
|
165 |
choices=["Hugging Face", "SambaNova"],
|
166 |
label="LLM Provider",
|