Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ def main():
|
|
303 |
demo.queue()
|
304 |
demo.launch()
|
305 |
|
306 |
-
if
|
307 |
# debug = True
|
308 |
# demo.queue()
|
309 |
# demo.launch()
|
|
|
303 |
demo.queue()
|
304 |
demo.launch()
|
305 |
|
306 |
+
if __name__ == "__main__":
|
307 |
# debug = True
|
308 |
# demo.queue()
|
309 |
# demo.launch()
|