yuxindu commited on
Commit
1b04cd1
·
1 Parent(s): 7dca182

add contact information

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -81,6 +81,18 @@ def clear_file():
81
  #############################################
82
 
83
  st.image(Image.open('model/asset/overview back.png'), use_column_width=True)
 
 
 
 
 
 
 
 
 
 
 
 
84
  # modify demo case here
85
  demo_type = st.radio(
86
  "Demo case source",
 
81
  #############################################
82
 
83
  st.image(Image.open('model/asset/overview back.png'), use_column_width=True)
84
+
85
+ github_col, arxive_col, email_col = st.columns(3)
86
+
87
+ with github_col:
88
+ st.write('GitHub repo:https://github.com/BAAI-DCAI/SegVol')
89
+
90
+ with arxive_col:
91
+ st.write('arXiv:https://arxiv.org/abs/2311.13385')
92
+
93
+ with email_col:
94
+ st.write('Email(for bug report):yuxindu444@gmail.com')
95
+
96
  # modify demo case here
97
  demo_type = st.radio(
98
  "Demo case source",