Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ top_p_component = gr.Slider(minimum=0, maximum=1, value=1, step=0.01, label="Top
|
|
94 |
user_inputs = [text_prompt_component, chatbot_component]
|
95 |
bot_inputs = [google_key_component, model_selection, image_prompt_component, temperature_component, max_output_tokens_component, stop_sequences_component, top_k_component, top_p_component, chatbot_component]
|
96 |
|
97 |
-
with gr.Blocks(theme = gr.themes.
|
98 |
gr.HTML(TITLE)
|
99 |
gr.HTML(SUBTITLE)
|
100 |
gr.HTML(DUPLICATE)
|
|
|
94 |
user_inputs = [text_prompt_component, chatbot_component]
|
95 |
bot_inputs = [google_key_component, model_selection, image_prompt_component, temperature_component, max_output_tokens_component, stop_sequences_component, top_k_component, top_p_component, chatbot_component]
|
96 |
|
97 |
+
with gr.Blocks(theme = gr.themes.Glass()) as demo:
|
98 |
gr.HTML(TITLE)
|
99 |
gr.HTML(SUBTITLE)
|
100 |
gr.HTML(DUPLICATE)
|