Spaces:
Running
Running
Simon Dürr
commited on
Commit
•
44470f9
1
Parent(s):
f624b87
fix button
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as app:
|
|
30 |
# checkbox_option = gr.Checkbox(label="Checkbox Option")
|
31 |
# dropdown_option = gr.Dropdown(["Option 1", "Option 2", "Option 3"], label="Radio Option")
|
32 |
|
33 |
-
btn = gr.Button(
|
34 |
out = gr.Molecule3D()
|
35 |
run_time = gr.Textbox(label="Runtime")
|
36 |
|
|
|
30 |
# checkbox_option = gr.Checkbox(label="Checkbox Option")
|
31 |
# dropdown_option = gr.Dropdown(["Option 1", "Option 2", "Option 3"], label="Radio Option")
|
32 |
|
33 |
+
btn = gr.Button("Run Inference")
|
34 |
out = gr.Molecule3D()
|
35 |
run_time = gr.Textbox(label="Runtime")
|
36 |
|