simonlee-cb commited on
Commit
57e1146
·
1 Parent(s): 753ec7b

fix: import os

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 PIL import Image, ImageOps
3
  from internal.api import APIClient
 
4
 
5
  client = APIClient("https://collage-ai.onrender.com")
6
  # client = APIClient("http://localhost:3000")
 
1
  import streamlit as st
2
  from PIL import Image, ImageOps
3
  from internal.api import APIClient
4
+ import os
5
 
6
  client = APIClient("https://collage-ai.onrender.com")
7
  # client = APIClient("http://localhost:3000")