krafiq commited on
Commit
ce900a1
1 Parent(s): f825275

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import numpy as np
6
  import matplotlib.pyplot as plt
7
  import gradio as gr
8
 
 
9
  flow_field = np.ones((128,256), dtype = np.uint8)
10
 
11
  # Changing the left input side
 
6
  import matplotlib.pyplot as plt
7
  import gradio as gr
8
 
9
+ # developing the flowfield space
10
  flow_field = np.ones((128,256), dtype = np.uint8)
11
 
12
  # Changing the left input side