Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
m7mdal7aj/KB-VQA
m7mdal7aj
/
KB-VQA-E
like
0
Running
App
Files
Files
Community
m7mdal7aj
commited on
Feb 25
Commit
df50fb0
•
1 Parent(s):
4c2fc41
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
2
3
import streamlit as st
4
-
from my_model.utilities.
st_utils
import UIManager
5
6
7
1
2
3
import streamlit as st
4
+
from my_model.utilities.
ui_manager
import UIManager
5
6
7