Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ depth_estimator = pipeline(task="depth-estimation",
|
|
| 5 |
import torch
|
| 6 |
import numpy as np
|
| 7 |
import gradio as gr
|
|
|
|
| 8 |
from transformers import Pipeline
|
| 9 |
|
| 10 |
def launch(input_image):
|
|
|
|
| 5 |
import torch
|
| 6 |
import numpy as np
|
| 7 |
import gradio as gr
|
| 8 |
+
from PIL import Image
|
| 9 |
from transformers import Pipeline
|
| 10 |
|
| 11 |
def launch(input_image):
|