Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import numpy as np
|
|
3 |
import random
|
4 |
import time
|
5 |
import gradio as gr
|
6 |
-
from
|
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'):
|