Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
|
|
|
|
3 |
from cloudflare import Cloudflare
|
4 |
#from typing import List, Union
|
5 |
API_TOKEN=os.environ.get('CF_API_TOKEN')
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
+
from io import BytesIO
|
4 |
+
from PIL import Image
|
5 |
from cloudflare import Cloudflare
|
6 |
#from typing import List, Union
|
7 |
API_TOKEN=os.environ.get('CF_API_TOKEN')
|