dongwook-chan commited on
Commit
f71c986
1 Parent(s): 6c18f3e

Apply huggingface-korea-theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ iface = gr.Interface(
107
  examples=examples,
108
  inputs=["text", "text"], # Take user input and system prompt separately
109
  outputs="text",
110
- theme="ParityError/Anime"
111
  )
112
 
113
  iface.launch()
 
107
  examples=examples,
108
  inputs=["text", "text"], # Take user input and system prompt separately
109
  outputs="text",
110
+ theme="pseudolab/huggingface-korea-theme"
111
  )
112
 
113
  iface.launch()