Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ def predict_depth(input_image):
|
|
| 184 |
if temp_file and os.path.exists(temp_file):
|
| 185 |
os.remove(temp_file)
|
| 186 |
|
| 187 |
-
# Create the Gradio interface with appropriate input and output components
|
| 188 |
iface = gr.Interface(
|
| 189 |
fn=predict_depth,
|
| 190 |
inputs=gr.Image(type="filepath"),
|
|
|
|
| 184 |
if temp_file and os.path.exists(temp_file):
|
| 185 |
os.remove(temp_file)
|
| 186 |
|
| 187 |
+
# Create the Gradio interface with appropriate input and output components.
|
| 188 |
iface = gr.Interface(
|
| 189 |
fn=predict_depth,
|
| 190 |
inputs=gr.Image(type="filepath"),
|