mgyigit commited on
Commit
a877740
1 Parent(s): 448958b

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks() as demo:
114
  info=" DrugGEN model design molecules to target the AKT1 protein"
115
  )
116
 
117
- num_molecules = gr.inputs.Number(
118
  label="Number of molecules to generate",
119
  precision=0, # integer input
120
  minimum=1,
 
114
  info=" DrugGEN model design molecules to target the AKT1 protein"
115
  )
116
 
117
+ num_molecules = gr.Number(
118
  label="Number of molecules to generate",
119
  precision=0, # integer input
120
  minimum=1,