Update app.py
Browse files
app.py
CHANGED
@@ -628,7 +628,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
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
|
632 |
css = .toast-wrap { display: none !important }
|
633 |
additional_inputs = [
|
634 |
gr.Slider(label="Temperature", value=0.65, minimum=0.0, maximum=1.0, step=0.05, interactive=True, info="Höhere Werte erzeugen diversere Antworten", visible=True),
|
|
|
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"
|
632 |
css = .toast-wrap { display: none !important }
|
633 |
additional_inputs = [
|
634 |
gr.Slider(label="Temperature", value=0.65, minimum=0.0, maximum=1.0, step=0.05, interactive=True, info="Höhere Werte erzeugen diversere Antworten", visible=True),
|