Spaces:
Runtime error
Runtime error
Commit
·
57e1146
1
Parent(s):
753ec7b
fix: import os
Browse files
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")
|