Spaces:
Runtime error
Runtime error
Update app.py
#2
by
dongwook-chan
- opened
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
|