Spaces:
Runtime error
Runtime error
Commit
·
6f710fc
1
Parent(s):
eca8836
chore: update host
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from PIL import Image, ImageOps
|
3 |
from internal.api import APIClient
|
4 |
|
5 |
-
client = APIClient("
|
6 |
|
7 |
def gallery(column, images):
|
8 |
groups = []
|
|
|
2 |
from PIL import Image, ImageOps
|
3 |
from internal.api import APIClient
|
4 |
|
5 |
+
client = APIClient("https://collage-ai.onrender.com")
|
6 |
|
7 |
def gallery(column, images):
|
8 |
groups = []
|