Update app.py
Browse files
app.py
CHANGED
@@ -625,7 +625,6 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
625 |
with gr.Tab("KI zum Zeichnen"):
|
626 |
with gr.Row():
|
627 |
gr.HTML("LI Zeichnen mit KI")
|
628 |
-
status_display = gr.Markdown("Success", elem_id="status_display")
|
629 |
gr.Markdown(description_top)
|
630 |
with gr.Row():
|
631 |
description2 = "<strong>Information:</strong> Hier wird ein <strong>Large Language Model (LLM)</strong> zum Zeichnen verwendet. Zur Zeit wird hier Stable Diffusion verwendet.\n\n"
|
|
|
625 |
with gr.Tab("KI zum Zeichnen"):
|
626 |
with gr.Row():
|
627 |
gr.HTML("LI Zeichnen mit KI")
|
|
|
628 |
gr.Markdown(description_top)
|
629 |
with gr.Row():
|
630 |
description2 = "<strong>Information:</strong> Hier wird ein <strong>Large Language Model (LLM)</strong> zum Zeichnen verwendet. Zur Zeit wird hier Stable Diffusion verwendet.\n\n"
|