Spaces:
Runtime error
Runtime error
Commit ·
e9cd420
1
Parent(s): 29c1afb
Update app.py
Browse files
app.py
CHANGED
|
@@ -155,7 +155,7 @@ iface = gr.Interface(
|
|
| 155 |
gr.inputs.Textbox(label="Input Parameters", type="text", lines=5),
|
| 156 |
] + additional_inputs,
|
| 157 |
outputs="text",
|
| 158 |
-
theme="
|
| 159 |
)
|
| 160 |
|
| 161 |
# Launch the Gradio interface for the Falcon model
|
|
|
|
| 155 |
gr.inputs.Textbox(label="Input Parameters", type="text", lines=5),
|
| 156 |
] + additional_inputs,
|
| 157 |
outputs="text",
|
| 158 |
+
theme="pseudolab/huggingface-korea-theme"
|
| 159 |
)
|
| 160 |
|
| 161 |
# Launch the Gradio interface for the Falcon model
|