Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ from gradio_client import Client, handle_file
|
|
| 2 |
import gradio as gr
|
| 3 |
import concurrent.futures
|
| 4 |
import tempfile
|
|
|
|
| 5 |
from PIL import Image
|
| 6 |
|
| 7 |
# Impor tema custom dari themes.py
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
import concurrent.futures
|
| 4 |
import tempfile
|
| 5 |
+
import os
|
| 6 |
from PIL import Image
|
| 7 |
|
| 8 |
# Impor tema custom dari themes.py
|