Spaces:
Runtime error
Runtime error
dongwook-chan
commited on
Commit
•
50305bc
1
Parent(s):
16aed85
Update app.py
Browse files
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="
|
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()
|