vshirasuna commited on
Commit
d65b9c5
·
1 Parent(s): 0bc509a

Updated app instructions

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -115,12 +115,16 @@ def comparison(SMILES):
115
  with gr.Blocks() as demo:
116
  gr.Markdown(
117
  """
118
- # 3DGrid-VQGAN SMILES to 3D Grid Reconstruction
 
119
  In this demo, provide a SMILES to generate a 3D electron density grid of shape `128x128x128` and then the demo uses the 3DGrid-VQGAN model to reconstruct the original grid.
 
120
  To speed up the visualization process, we reduced the 3D grid size to `48x48x48`.
 
121
  _This is just a demo environment; for heavy-duty usage, please visit:_
122
  https://github.com/IBM/materials/tree/main/models/3dgrid_vqgan
123
  to download the model and run your own experiments.
 
124
  Please, be aware that long and complex SMILES sequences may take very long time to compute. Consider using simple SMILES molecules in this demo.
125
  """
126
  )
 
115
  with gr.Blocks() as demo:
116
  gr.Markdown(
117
  """
118
+ # 3DGrid-VQGAN: SMILES to 3D Grid Reconstruction
119
+
120
  In this demo, provide a SMILES to generate a 3D electron density grid of shape `128x128x128` and then the demo uses the 3DGrid-VQGAN model to reconstruct the original grid.
121
+
122
  To speed up the visualization process, we reduced the 3D grid size to `48x48x48`.
123
+
124
  _This is just a demo environment; for heavy-duty usage, please visit:_
125
  https://github.com/IBM/materials/tree/main/models/3dgrid_vqgan
126
  to download the model and run your own experiments.
127
+
128
  Please, be aware that long and complex SMILES sequences may take very long time to compute. Consider using simple SMILES molecules in this demo.
129
  """
130
  )