Spaces:
Sleeping
Sleeping
Commit
·
311ca6a
1
Parent(s):
381400d
adding video examples as Radio and linking to fn
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(css=css) as demo:
|
|
143 |
gr.HTML(title)
|
144 |
|
145 |
with gr.Column():
|
146 |
-
with gr.
|
147 |
LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Large Language Model Selection')
|
148 |
API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
|
149 |
|
|
|
143 |
gr.HTML(title)
|
144 |
|
145 |
with gr.Column():
|
146 |
+
with gr.Row():
|
147 |
LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Large Language Model Selection')
|
148 |
API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
|
149 |
|