Xeraphinite commited on
Commit
977686b
·
verified ·
1 Parent(s): 9ef9ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import numpy as np
3
  import random
4
  import time
5
  import gradio as gr
6
- from gradio_demo.runner import Runner
7
  import matplotlib.pyplot as plt
8
 
9
  def show_mask(mask, ax, color='blue'):
 
3
  import random
4
  import time
5
  import gradio as gr
6
+ from runner import Runner
7
  import matplotlib.pyplot as plt
8
 
9
  def show_mask(mask, ax, color='blue'):