saakshigupta commited on
Commit
a396d49
·
verified ·
1 Parent(s): edb0544

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -288,7 +288,6 @@ with st.sidebar:
288
  st.success("✅ Vision LLM loaded")
289
 
290
  # Display model info
291
- st.info("Using Xception + deepfake-explainer-new models")
292
 
293
  # Fixed values for temperature and max tokens
294
  temperature = 0.7
@@ -1156,8 +1155,5 @@ def main():
1156
  # Footer
1157
  st.markdown("---")
1158
 
1159
- # Add model version indicator in sidebar
1160
- st.sidebar.info("Using Xception + deepfake-explainer-new models")
1161
-
1162
  if __name__ == "__main__":
1163
  main()
 
288
  st.success("✅ Vision LLM loaded")
289
 
290
  # Display model info
 
291
 
292
  # Fixed values for temperature and max tokens
293
  temperature = 0.7
 
1155
  # Footer
1156
  st.markdown("---")
1157
 
 
 
 
1158
  if __name__ == "__main__":
1159
  main()