Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def trainieren_neu(name):
|
|
133 |
|
134 |
|
135 |
|
136 |
-
|
137 |
|
138 |
#######################################################################
|
139 |
#Darstellung mit Gradio
|
@@ -146,3 +146,4 @@ with gr.Blocks() as demo:
|
|
146 |
|
147 |
|
148 |
demo.queue(default_enabled=True).launch(debug=True)
|
|
|
|
133 |
|
134 |
|
135 |
|
136 |
+
'''
|
137 |
|
138 |
#######################################################################
|
139 |
#Darstellung mit Gradio
|
|
|
146 |
|
147 |
|
148 |
demo.queue(default_enabled=True).launch(debug=True)
|
149 |
+
'''
|