Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,8 +105,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 105 |
fn=respond,
|
| 106 |
inputs=[input, select, seed],
|
| 107 |
outputs=[output], live=True)
|
| 108 |
-
|
| 109 |
-
gr.Markdown(DESCRIPTION)
|
| 110 |
with gr.Row():
|
| 111 |
select = gr.Dropdown([ 'Mixtral 8x7B',
|
| 112 |
'Llama 3 8B',
|
|
|
|
| 105 |
fn=respond,
|
| 106 |
inputs=[input, select, seed],
|
| 107 |
outputs=[output], live=True)
|
| 108 |
+
|
|
|
|
| 109 |
with gr.Row():
|
| 110 |
select = gr.Dropdown([ 'Mixtral 8x7B',
|
| 111 |
'Llama 3 8B',
|