Flowatear commited on
Commit
2442eac
1 Parent(s): b4c1a6c

有个函数拼写错了

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def greet(name):
4
- return f"你好呀,{name}!"
5
 
6
  demo = gr.Interface(fn=greet,inputs="text",outputs="text")
7
  demo.launch(auth=("Flowater","cl123456"))
 
1
  import gradio as gr
2
 
3
  def greet(name):
4
+ return f"你好哦,{name}!"
5
 
6
  demo = gr.Interface(fn=greet,inputs="text",outputs="text")
7
  demo.launch(auth=("Flowater","cl123456"))