bunmei21c commited on
Commit
2d3c702
·
verified ·
1 Parent(s): 874f2dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,8 +6,7 @@ def greet(name):
6
  demo = gr.Interface(
7
  fn=greet,
8
  inputs="text",
9
- outputs="text",
10
- title="Hugging Face API 테스트"
11
  )
12
 
13
  demo.launch()
 
6
  demo = gr.Interface(
7
  fn=greet,
8
  inputs="text",
9
+ outputs="text"
 
10
  )
11
 
12
  demo.launch()