Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
from huggingface_hub import snapshot_download
|
| 2 |
import gradio as gr
|
| 3 |
import numpy as np
|
| 4 |
-
import matplotlib.pyplot as plt
|
| 5 |
import torch
|
| 6 |
import sys
|
| 7 |
from tinysam import sam_model_registry, SamPredictor
|
| 8 |
-
|
| 9 |
|
| 10 |
snapshot_download("merve/tinysam", local_dir="tinysam")
|
| 11 |
|
|
|
|
| 1 |
from huggingface_hub import snapshot_download
|
| 2 |
import gradio as gr
|
| 3 |
import numpy as np
|
|
|
|
| 4 |
import torch
|
| 5 |
import sys
|
| 6 |
from tinysam import sam_model_registry, SamPredictor
|
| 7 |
+
|
| 8 |
|
| 9 |
snapshot_download("merve/tinysam", local_dir="tinysam")
|
| 10 |
|