Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files
app.py
CHANGED
@@ -142,4 +142,4 @@ with gr.Blocks(css_paths="style.css", fill_height=True) as demo:
|
|
142 |
gr.Markdown(LICENSE)
|
143 |
|
144 |
if __name__ == "__main__":
|
145 |
-
demo.
|
|
|
142 |
gr.Markdown(LICENSE)
|
143 |
|
144 |
if __name__ == "__main__":
|
145 |
+
demo.launch()
|