Aman Sharma
commited on
Commit
·
29b11c2
1
Parent(s):
8f2a55a
Update project structure and requirements
Browse files- app.py +1 -1
- sketch_ nn/designer.py → designer.py +0 -0
- requirements.txt +1 -2
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import sys
|
2 |
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
3 |
import gradio as gr
|
4 |
-
from
|
5 |
import tempfile
|
6 |
import os
|
7 |
import cv2
|
|
|
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
|
sketch_ nn/designer.py → designer.py
RENAMED
File without changes
|
requirements.txt
CHANGED
@@ -2,5 +2,4 @@ gradio
|
|
2 |
torch
|
3 |
opencv-python
|
4 |
numpy
|
5 |
-
pytesseract
|
6 |
-
-e .
|
|
|
2 |
torch
|
3 |
opencv-python
|
4 |
numpy
|
5 |
+
pytesseract
|
|