pourmand1376 commited on
Commit
8dc8f66
·
1 Parent(s): e151c83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,12 +1,12 @@
1
  import gradio as gr
2
- import prepars.spacing import Spacing
3
 
4
  def greet(name):
5
  return Spacing().fix(name)
6
 
7
  demo = gr.Interface(
8
  fn=greet,
9
- inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
10
  outputs="text",
11
  )
12
 
 
1
  import gradio as gr
2
+ from prepars.spacing import Spacing
3
 
4
  def greet(name):
5
  return Spacing().fix(name)
6
 
7
  demo = gr.Interface(
8
  fn=greet,
9
+ inputs=gr.Textbox(lines=2, placeholder="متن خود را وارد نمایید ... "),
10
  outputs="text",
11
  )
12