Spaces:
Running
on
L4
Running
on
L4
simonduerr
commited on
Commit
•
85ad568
1
Parent(s):
60fae37
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
-
|
4 |
|
5 |
|
6 |
with gr.Blocks() as blocks:
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio_molecule3d import Molecule3D
|
3 |
+
from gradio_cofoldinginput import CofoldingInput
|
4 |
|
5 |
|
6 |
with gr.Blocks() as blocks:
|