Spaces:
Runtime error
Runtime error
Commit
·
8c3a721
1
Parent(s):
f1f52c7
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ from model import get_caption_model, generate_caption
|
|
7 |
import gradio as gr
|
8 |
|
9 |
|
10 |
-
@st.cache(allow_output_mutation=True)
|
11 |
def get_model():
|
12 |
return get_caption_model()
|
13 |
|
|
|
7 |
import gradio as gr
|
8 |
|
9 |
|
|
|
10 |
def get_model():
|
11 |
return get_caption_model()
|
12 |
|