Spaces:
Running
on
Zero
Running
on
Zero
patrickvonplaten
commited on
Commit
•
cf27adf
1
Parent(s):
f7bc5db
improve
Browse files
__pycache__/app.cpython-310.pyc
ADDED
Binary file (6.47 kB). View file
|
|
__pycache__/illusion_style.cpython-310.pyc
ADDED
Binary file (985 Bytes). View file
|
|
__pycache__/share_btn.cpython-310.pyc
ADDED
Binary file (6.95 kB). View file
|
|
app.py
CHANGED
@@ -205,4 +205,4 @@ with gr.Blocks(css=css) as app:
|
|
205 |
app.queue(max_size=20)
|
206 |
|
207 |
if __name__ == "__main__":
|
208 |
-
app.launch(
|
|
|
205 |
app.queue(max_size=20)
|
206 |
|
207 |
if __name__ == "__main__":
|
208 |
+
app.launch()
|