Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -21,7 +21,7 @@ class DrugGENConfig:
|
|
21 |
features=False
|
22 |
act='relu'
|
23 |
max_atom=45
|
24 |
-
dim=
|
25 |
depth=1
|
26 |
heads=8
|
27 |
mlp_ratio=3
|
|
|
21 |
features=False
|
22 |
act='relu'
|
23 |
max_atom=45
|
24 |
+
dim=128
|
25 |
depth=1
|
26 |
heads=8
|
27 |
mlp_ratio=3
|