Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
|
@@ -12,6 +12,9 @@ Title : Inference With Gradio running an onnxruntime backend
|
|
| 12 |
import os
|
| 13 |
|
| 14 |
import gradio as gr
|
|
|
|
|
|
|
|
|
|
| 15 |
from config_parser import *
|
| 16 |
from inferencer import *
|
| 17 |
|
|
|
|
| 12 |
import os
|
| 13 |
|
| 14 |
import gradio as gr
|
| 15 |
+
import sys
|
| 16 |
+
|
| 17 |
+
sys.path.append(".")
|
| 18 |
from config_parser import *
|
| 19 |
from inferencer import *
|
| 20 |
|