Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|