Update app.py
Browse files
app.py
CHANGED
|
@@ -273,7 +273,8 @@ I'll help you with the following aspects:
|
|
| 273 |
chat_history.add_conversation(message, error_msg)
|
| 274 |
yield "", history + [[message, error_msg]]
|
| 275 |
|
| 276 |
-
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", title="[NSFW] Erotic Novel AI Generation🤖"
|
|
|
|
| 277 |
# Load existing history
|
| 278 |
initial_history = chat_history.format_for_display()
|
| 279 |
with gr.Row():
|
|
|
|
| 273 |
chat_history.add_conversation(message, error_msg)
|
| 274 |
yield "", history + [[message, error_msg]]
|
| 275 |
|
| 276 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", title="[NSFW] Erotic Novel AI Generation🤖") as demo:
|
| 277 |
+
gr.Markdown("NSFW Text (Data) Generator for Detecting 'NSFW' Text: Multilingual Experience.")
|
| 278 |
# Load existing history
|
| 279 |
initial_history = chat_history.format_for_display()
|
| 280 |
with gr.Row():
|