Noah-Wang commited on
Commit
284315c
·
1 Parent(s): 6fae26b
Files changed (1) hide show
  1. app.py +2 -0
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 = {