Update app.py
Browse files
app.py
CHANGED
|
@@ -834,6 +834,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
| 834 |
################################################
|
| 835 |
# Tab zum Zeichnen mit Stable Diffusion
|
| 836 |
################################################
|
|
|
|
| 837 |
with gr.Tab("LI Zeichnen"):
|
| 838 |
with gr.Row():
|
| 839 |
gr.HTML("Lass den KI-Bot deine Ideen zeichnen...")
|
|
@@ -862,6 +863,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
| 862 |
#gr.Markdown("# Parameters")
|
| 863 |
model_option_zeichnen = gr.Radio(["Stable Diffusion","DallE"], label="Modellauswahl", value = "Stable Diffusion")
|
| 864 |
|
|
|
|
| 865 |
"""
|
| 866 |
with gr.Tab("LI Codebot"):
|
| 867 |
with gr.Row():
|
|
|
|
| 834 |
################################################
|
| 835 |
# Tab zum Zeichnen mit Stable Diffusion
|
| 836 |
################################################
|
| 837 |
+
"""
|
| 838 |
with gr.Tab("LI Zeichnen"):
|
| 839 |
with gr.Row():
|
| 840 |
gr.HTML("Lass den KI-Bot deine Ideen zeichnen...")
|
|
|
|
| 863 |
#gr.Markdown("# Parameters")
|
| 864 |
model_option_zeichnen = gr.Radio(["Stable Diffusion","DallE"], label="Modellauswahl", value = "Stable Diffusion")
|
| 865 |
|
| 866 |
+
"""
|
| 867 |
"""
|
| 868 |
with gr.Tab("LI Codebot"):
|
| 869 |
with gr.Row():
|