bhulston commited on
Commit
b930634
1 Parent(s): 307f1d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
  from PIL import Image
 
4
 
5
  st.title("USC GPT - Find the perfect class")
6
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
  from PIL import Image
4
+ import time
5
 
6
  st.title("USC GPT - Find the perfect class")
7