gsstec commited on
Commit
bbb8954
·
verified ·
1 Parent(s): 9f2d969

Upload 4 files

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -219,6 +219,8 @@ with gr.Blocks(title="GSS DiffDock Engine") as demo:
219
  """)
220
 
221
  # Launch with proper configuration for Hugging Face Spaces
222
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
 
223
 
224
  # Made with Bob
 
219
  """)
220
 
221
  # Launch with proper configuration for Hugging Face Spaces
222
+ if __name__ == "__main__":
223
+ demo.queue()
224
+ demo.launch()
225
 
226
  # Made with Bob