KAARIN commited on
Commit
c5f6235
1 Parent(s): 2d514bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -17
app.py CHANGED
@@ -1,18 +1,6 @@
1
  #!/usr/bin/env python
2
  # coding: utf-8
3
 
4
- # In[1]:
5
-
6
-
7
- import gradio as gr
8
- import stylecloud
9
- from PIL import Image
10
- import os
11
-
12
-
13
- # In[3]:
14
-
15
-
16
  def create_stylecloud(file, text_input, language, icon):
17
  # Dosya veya text inputtan gelen metni kullan
18
  if file:
@@ -79,8 +67,3 @@ with gr.Blocks() as demo:
79
  demo.launch(share=True)
80
 
81
 
82
- # In[ ]:
83
-
84
-
85
-
86
-
 
1
  #!/usr/bin/env python
2
  # coding: utf-8
3
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  def create_stylecloud(file, text_input, language, icon):
5
  # Dosya veya text inputtan gelen metni kullan
6
  if file:
 
67
  demo.launch(share=True)
68
 
69