sitammeur commited on
Commit
42aa1a6
·
verified ·
1 Parent(s): bc2d1e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,4 +1,7 @@
1
  # Importing the requirements
 
 
 
2
  import gradio as gr
3
  from depth_estimation import process_image # Import the depth estimation function
4
 
 
1
  # Importing the requirements
2
+ import warnings
3
+ warnings.filterwarnings("ignore")
4
+
5
  import gradio as gr
6
  from depth_estimation import process_image # Import the depth estimation function
7