Fix for HF Spaces demo

This commit is contained in:
mrfakename
2024-10-17 14:52:42 -07:00
committed by GitHub
parent 18f526dd25
commit 32cdd210a2

View File

@@ -788,4 +788,7 @@ def main(port, host, share, api):
if __name__ == "__main__":
main()
if not USING_SPACES:
main()
else:
app.queue().launch()