fahimehorvatinia commited on
Commit
a32df56
·
unverified ·
1 Parent(s): b4123b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import tempfile
3
- from plant_analysis_demo.wrapper import run_pipeline_on_image
4
 
5
  def process(image):
6
  if image is None:
 
1
  import gradio as gr
2
  import tempfile
3
+ from wrapper import run_pipeline_on_image
4
 
5
  def process(image):
6
  if image is None: