Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from PIL import Image
|
| 3 |
-
|
| 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 |
|