wg25r commited on
Commit
b429092
·
1 Parent(s): 1e1f643

deploy link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ This app generates SMILES strings from images of molecules ball-and-stick models
16
  [Real Dataset](https://huggingface.co/datasets/weathon/3d2smiles_real) |
17
  [Author Github](https://github.com/weathon) |
18
  [Feedback](mailto:[email protected]) |
19
- [Deploy](https://huggingface.co/spaces/weathon/3d2smiles)
20
  """)
21
  col1, col2 = st.columns(2)
22
  gen_strategy = col1.selectbox("Select a generative strategy", ("Beam Search", "Sampling", "Greedy Search"))
 
16
  [Real Dataset](https://huggingface.co/datasets/weathon/3d2smiles_real) |
17
  [Author Github](https://github.com/weathon) |
18
  [Feedback](mailto:[email protected]) |
19
+ [Deploy](https://huggingface.co/spaces/weathon/3d2smiles?docker=true)
20
  """)
21
  col1, col2 = st.columns(2)
22
  gen_strategy = col1.selectbox("Select a generative strategy", ("Beam Search", "Sampling", "Greedy Search"))