Update app.py
Browse files
app.py
CHANGED
@@ -203,5 +203,5 @@ def main():
|
|
203 |
# demo.launch(debug=True)
|
204 |
demo.queue(api_open=False, max_size=3).launch()
|
205 |
|
206 |
-
if __name__
|
207 |
main()
|
|
|
203 |
# demo.launch(debug=True)
|
204 |
demo.queue(api_open=False, max_size=3).launch()
|
205 |
|
206 |
+
if __name__=="__main__":
|
207 |
main()
|