simonduerr commited on
Commit
b8dda2d
·
verified ·
1 Parent(s): 899a11b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from gradio_bio import Molecule3D
3
 
4
  # prediction routine
5
  def predict(x):
 
1
  import gradio as gr
2
+ from gradio_molecule3d import Molecule3D
3
 
4
  # prediction routine
5
  def predict(x):