Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ iface = gr.Interface(
115
  examples=examples,
116
  inputs=["text", "text"], # Take user input and system prompt separately
117
  outputs="text",
118
- theme="ParityError/Anime"
119
  )
120
 
121
  iface.launch()
 
115
  examples=examples,
116
  inputs=["text", "text"], # Take user input and system prompt separately
117
  outputs="text",
118
+ theme="pseudolab/huggingface-korea-theme"
119
  )
120
 
121
  iface.launch()