Aman Sharma
commited on
Commit
·
ad1cf6d
1
Parent(s):
29b11c2
Update project structure and requirements
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import sys
|
|
|
2 |
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
3 |
import gradio as gr
|
4 |
from designer import NeuralNetworkDesigner
|
5 |
import tempfile
|
6 |
-
import os
|
7 |
import cv2
|
8 |
import numpy as np
|
9 |
|
|
|
1 |
import sys
|
2 |
+
import os
|
3 |
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
4 |
import gradio as gr
|
5 |
from designer import NeuralNetworkDesigner
|
6 |
import tempfile
|
|
|
7 |
import cv2
|
8 |
import numpy as np
|
9 |
|