KAARIN commited on
Commit
c3b71c3
1 Parent(s): 870fe65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  #!/usr/bin/env python
2
  # coding: utf-8
3
 
 
 
4
  import gradio as gr
5
 
6
  def create_stylecloud(file, text_input, language, icon):
 
1
  #!/usr/bin/env python
2
  # coding: utf-8
3
 
4
+ import stylecloud
5
+ from PIL import Image
6
  import gradio as gr
7
 
8
  def create_stylecloud(file, text_input, language, icon):