Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os,json,sys
|
| 2 |
import gradio as gr
|
| 3 |
sys.path.insert(0,os.path.abspath(os.path.join(os.path.dirname(__file__),'..')))
|
| 4 |
-
from utils.basic_functions import get_image,gemini_identify_id,
|
| 5 |
|
| 6 |
def main():
|
| 7 |
|
|
|
|
| 1 |
import os,json,sys
|
| 2 |
import gradio as gr
|
| 3 |
sys.path.insert(0,os.path.abspath(os.path.join(os.path.dirname(__file__),'..')))
|
| 4 |
+
from utils.basic_functions import get_image,gemini_identify_id,request_manager
|
| 5 |
|
| 6 |
def main():
|
| 7 |
|