Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as demo:
|
|
138 |
precision=0, # integer input
|
139 |
minimum=1,
|
140 |
value=100,
|
141 |
-
maximum=
|
142 |
info="This space runs on a CPU, which may result in slower performance. Generating 200 molecules takes approximately 6 minutes. Therefore, We set a 250-molecule cap. On a GPU, the model can generate 10,000 molecules in the same amount of time. Please check our GitHub repo for running our models on GPU."
|
143 |
)
|
144 |
|
|
|
138 |
precision=0, # integer input
|
139 |
minimum=1,
|
140 |
value=100,
|
141 |
+
maximum=999999,
|
142 |
info="This space runs on a CPU, which may result in slower performance. Generating 200 molecules takes approximately 6 minutes. Therefore, We set a 250-molecule cap. On a GPU, the model can generate 10,000 molecules in the same amount of time. Please check our GitHub repo for running our models on GPU."
|
143 |
)
|
144 |
|