Eitan177 commited on
Commit
b81c0f8
1 Parent(s): 1c27f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from PIL import Image
3
- impor os
4
  import conch
5
  from conch.open_clip_custom import create_model_from_pretrained, get_tokenizer, tokenize
6
 
 
1
  import streamlit as st
2
  from PIL import Image
3
+ import os
4
  import conch
5
  from conch.open_clip_custom import create_model_from_pretrained, get_tokenizer, tokenize
6