Spaces:
Running
Running
Upload 4 files
Browse files
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 |
-
|
|
|
|
|
|
|
| 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
|