Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ iface = gr.Interface(
100
  examples=examples,
101
  inputs=["text", "text"], # Take user input and system prompt separately
102
  outputs="text",
103
- theme="ParityError/Anime"
104
  )
105
 
106
  iface.launch()
 
100
  examples=examples,
101
  inputs=["text", "text"], # Take user input and system prompt separately
102
  outputs="text",
103
+ theme="pseudolab/huggingface-korea-theme"
104
  )
105
 
106
  iface.launch()