Spaces:
Restarting
Restarting
chhetri123
commited on
Commit
•
005b1f6
1
Parent(s):
67cbc9b
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,9 @@ import cv2
|
|
2 |
import numpy as np
|
3 |
import os
|
4 |
import tempfile
|
5 |
-
|
6 |
import pickle
|
7 |
import tensorflow as tf
|
|
|
8 |
|
9 |
#
|
10 |
# Transformer
|
|
|
2 |
import numpy as np
|
3 |
import os
|
4 |
import tempfile
|
|
|
5 |
import pickle
|
6 |
import tensorflow as tf
|
7 |
+
import gradio as gr
|
8 |
|
9 |
#
|
10 |
# Transformer
|