Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
from PIL import Image
|
|
|
|
|
4 |
|
5 |
API_URL = "https://koj7q6d5hdy4h5tm.us-east-1.aws.endpoints.huggingface.cloud"
|
6 |
headers = {
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
from PIL import Image
|
4 |
+
import os
|
5 |
+
|
6 |
|
7 |
API_URL = "https://koj7q6d5hdy4h5tm.us-east-1.aws.endpoints.huggingface.cloud"
|
8 |
headers = {
|