Spaces:
Sleeping
Sleeping
spelling
Browse files
gr_app.py
CHANGED
@@ -92,7 +92,7 @@ def quote(author: str = "", mode: str = "") -> str:
|
|
92 |
|
93 |
with gr.Blocks() as demo:
|
94 |
gr.Markdown(
|
95 |
-
"# Zitatgenerator\n\n*Hinweis: Generierung
|
96 |
)
|
97 |
with gr.Row():
|
98 |
author = gr.Textbox(
|
|
|
92 |
|
93 |
with gr.Blocks() as demo:
|
94 |
gr.Markdown(
|
95 |
+
"# Zitatgenerator\n\n*Hinweis: Generierung kann ein paar Minuten dauern.*"
|
96 |
)
|
97 |
with gr.Row():
|
98 |
author = gr.Textbox(
|