krafiq commited on
Commit
b558482
1 Parent(s): e4665a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,15 +1,12 @@
1
  import pandas as pd
2
  import tensorflow as tf
3
  from tensorflow.keras.models import load_model
4
- from collections import Counter
5
-
6
- # Creating a numpy array of shape (8, 16, 1)
7
  import cv2
8
  import numpy as np
9
  import matplotlib.pyplot as plt
10
  import gradio as gr
11
 
12
-
13
  flow_field = np.ones((128,256), dtype = np.uint8)
14
 
15
  # Changing the left input side
 
1
  import pandas as pd
2
  import tensorflow as tf
3
  from tensorflow.keras.models import load_model
 
 
 
4
  import cv2
5
  import numpy as np
6
  import matplotlib.pyplot as plt
7
  import gradio as gr
8
 
9
+ # Creating a numpy array of shape (8, 16, 1)
10
  flow_field = np.ones((128,256), dtype = np.uint8)
11
 
12
  # Changing the left input side