Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|