Update model link
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
|
|
7 |
import numpy as np
|
8 |
import streamlit as st
|
9 |
|
10 |
-
DMINITY_MODEL_URL = "https://drive.google.com/uc?id=
|
11 |
MODEL_PATH = "dminity.onnx"
|
12 |
|
13 |
@st.cache(allow_output_mutation=True, show_spinner=True)
|
|
|
7 |
import numpy as np
|
8 |
import streamlit as st
|
9 |
|
10 |
+
DMINITY_MODEL_URL = "https://drive.google.com/uc?id=1gb3Pq5UM41IvkqQqe4vDExSBza9dmwr0"
|
11 |
MODEL_PATH = "dminity.onnx"
|
12 |
|
13 |
@st.cache(allow_output_mutation=True, show_spinner=True)
|