Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@ import gradio as gr
|
|
2 |
from PIL import Image
|
3 |
import os
|
4 |
|
|
|
|
|
5 |
# Ambil daftar format gambar yang didukung oleh Pillow
|
6 |
supported_formats = sorted(Image.SAVE.keys())
|
7 |
|
|
|
2 |
from PIL import Image
|
3 |
import os
|
4 |
|
5 |
+
gr.themes.Soft()
|
6 |
+
|
7 |
# Ambil daftar format gambar yang didukung oleh Pillow
|
8 |
supported_formats = sorted(Image.SAVE.keys())
|
9 |
|