Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -874,7 +874,6 @@ css = '''
|
|
874 |
'''
|
875 |
with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_cache=(60, 3600)) as app:
|
876 |
|
877 |
-
with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_cache=(60, 3600)) as app:
|
878 |
# Debug-Log ganz oben hinzufügen
|
879 |
debug_log = gr.Textbox(
|
880 |
label="Debug Log",
|
|
|
874 |
'''
|
875 |
with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_cache=(60, 3600)) as app:
|
876 |
|
|
|
877 |
# Debug-Log ganz oben hinzufügen
|
878 |
debug_log = gr.Textbox(
|
879 |
label="Debug Log",
|