Ahsen Khaliq commited on
Commit
32d0fbc
1 Parent(s): 99dcf0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ from utils import pred_lines, pred_squares
6
  import gradio as gr
7
  from urllib.request import urlretrieve
8
 
9
-
10
  # Load MLSD 512 Large FP32 tflite
11
  model_name = 'tflite_models/M-LSD_512_large_fp32.tflite'
12
  interpreter = tf.lite.Interpreter(model_path=model_name)
 
6
  import gradio as gr
7
  from urllib.request import urlretrieve
8
 
 
9
  # Load MLSD 512 Large FP32 tflite
10
  model_name = 'tflite_models/M-LSD_512_large_fp32.tflite'
11
  interpreter = tf.lite.Interpreter(model_path=model_name)