Adityadn commited on
Commit
0fdf15f
·
verified ·
1 Parent(s): 12f13fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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