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

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
  def create_stylecloud(file, text_input, language, icon):
5
  # Dosya veya text inputtan gelen metni kullan
6
  if file:
 
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):
7
  # Dosya veya text inputtan gelen metni kullan
8
  if file: