dongwook-chan commited on
Commit
e9cd420
1 Parent(s): 29c1afb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="ParityError/Anime"
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