Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -142,4 +142,4 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
|
142 |
demo.load(control_access, inputs=None, outputs=[main_interface, pro_message])
|
143 |
|
144 |
if __name__ == "__main__":
|
145 |
-
demo.launch(
|
|
|
142 |
demo.load(control_access, inputs=None, outputs=[main_interface, pro_message])
|
143 |
|
144 |
if __name__ == "__main__":
|
145 |
+
demo.launch()
|