Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -101,8 +101,8 @@ interface = gr.Interface(
|
|
101 |
title="foldingdiff - protein backbone structure generation with diffusion models",
|
102 |
description=__doc__,
|
103 |
inputs=[
|
104 |
-
gr.Number(value=
|
105 |
-
gr.Number(value=
|
106 |
],
|
107 |
outputs=[
|
108 |
gr.HTML(),
|
|
|
101 |
title="foldingdiff - protein backbone structure generation with diffusion models",
|
102 |
description=__doc__,
|
103 |
inputs=[
|
104 |
+
gr.Number(value=85, label="Protein backbone length to generate", show_label=True, precision=0),
|
105 |
+
gr.Number(value=123, label="Random seed", show_label=True, precision=0),
|
106 |
],
|
107 |
outputs=[
|
108 |
gr.HTML(),
|