Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ Additionally, I will provide you with a reference story. Use this story as inspi
|
|
61 |
|
62 |
# Gradio ์ธํฐํ์ด์ค ์ค์ ๋ถ๋ถ๋ ์์
|
63 |
demo = gr.ChatInterface(
|
64 |
-
respond,
|
65 |
additional_inputs=[
|
66 |
gr.Textbox(label="System Message", value=""),
|
67 |
gr.Slider(minimum=1, maximum=8000, value=4000, label="Max Tokens"),
|
@@ -78,6 +78,7 @@ demo = gr.ChatInterface(
|
|
78 |
["Set the story in feudal Japan"],
|
79 |
["Set the story in medieval Europe"],
|
80 |
],
|
|
|
81 |
theme="Nymbo/Nymbo_Theme",
|
82 |
cache_examples=False, # ์บ์ฑ ๋นํ์ฑํ ์ค์
|
83 |
css="""footer {visibility: hidden}"""
|
|
|
61 |
|
62 |
# Gradio ์ธํฐํ์ด์ค ์ค์ ๋ถ๋ถ๋ ์์
|
63 |
demo = gr.ChatInterface(
|
64 |
+
respond,
|
65 |
additional_inputs=[
|
66 |
gr.Textbox(label="System Message", value=""),
|
67 |
gr.Slider(minimum=1, maximum=8000, value=4000, label="Max Tokens"),
|
|
|
78 |
["Set the story in feudal Japan"],
|
79 |
["Set the story in medieval Europe"],
|
80 |
],
|
81 |
+
title="[NSFW] Erotic Novel AI Generation: Multilingual Experience,
|
82 |
theme="Nymbo/Nymbo_Theme",
|
83 |
cache_examples=False, # ์บ์ฑ ๋นํ์ฑํ ์ค์
|
84 |
css="""footer {visibility: hidden}"""
|