Spaces:
Runtime error
Runtime error
Restore
Browse files
app.py
CHANGED
|
@@ -955,9 +955,7 @@ title_html = """
|
|
| 955 |
"""
|
| 956 |
|
| 957 |
css = make_progress_bar_css()
|
| 958 |
-
|
| 959 |
-
"""
|
| 960 |
-
block = gr.Blocks(css=css, js=js).queue()
|
| 961 |
with block:
|
| 962 |
if torch.cuda.device_count() == 0:
|
| 963 |
with gr.Row():
|
|
|
|
| 955 |
"""
|
| 956 |
|
| 957 |
css = make_progress_bar_css()
|
| 958 |
+
block = gr.Blocks(css=css).queue()
|
|
|
|
|
|
|
| 959 |
with block:
|
| 960 |
if torch.cuda.device_count() == 0:
|
| 961 |
with gr.Row():
|