Spaces:
Paused
Paused
dongwook-chan
commited on
Commit
·
f71c986
1
Parent(s):
6c18f3e
Apply huggingface-korea-theme
Browse files
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="
|
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()
|