Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -903,7 +903,7 @@ def show_details_html(choice, previous_output, initial_state):
|
|
903 |
|
904 |
def main():
|
905 |
with gr.Blocks(css=get_css_styles()) as iface:
|
906 |
-
|
907 |
|
908 |
gr.HTML("""
|
909 |
<header style='text-align: center; padding: 20px; margin-bottom: 20px;'>
|
|
|
903 |
|
904 |
def main():
|
905 |
with gr.Blocks(css=get_css_styles()) as iface:
|
906 |
+
spaces.GPU.setup()
|
907 |
|
908 |
gr.HTML("""
|
909 |
<header style='text-align: center; padding: 20px; margin-bottom: 20px;'>
|