Update app.py
Browse files
app.py
CHANGED
@@ -960,6 +960,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
960 |
|
961 |
######################################
|
962 |
# Für Tab 2: Zeichnen
|
|
|
963 |
predict_args2 = dict(
|
964 |
fn=generate_bild,
|
965 |
inputs=[
|
@@ -982,7 +983,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
982 |
#cancelBtn2.click(
|
983 |
#cancels=[predict_event2_1,predict_event2_2 ]
|
984 |
#)
|
985 |
-
|
986 |
"""
|
987 |
######################################
|
988 |
# Für Tab 3: Codebot
|
|
|
960 |
|
961 |
######################################
|
962 |
# Für Tab 2: Zeichnen
|
963 |
+
"""
|
964 |
predict_args2 = dict(
|
965 |
fn=generate_bild,
|
966 |
inputs=[
|
|
|
983 |
#cancelBtn2.click(
|
984 |
#cancels=[predict_event2_1,predict_event2_2 ]
|
985 |
#)
|
986 |
+
"""
|
987 |
"""
|
988 |
######################################
|
989 |
# Für Tab 3: Codebot
|