Fix indentation error on line 959 (demo.launch())
Browse files
app.py
CHANGED
|
@@ -956,4 +956,4 @@ else:
|
|
| 956 |
if __name__ == "__main__":
|
| 957 |
if not IS_SPACES:
|
| 958 |
# For local use, we can launch it
|
| 959 |
-
|
|
|
|
| 956 |
if __name__ == "__main__":
|
| 957 |
if not IS_SPACES:
|
| 958 |
# For local use, we can launch it
|
| 959 |
+
demo.launch()
|