ldhldh commited on
Commit
8e27a5c
·
1 Parent(s): e47bcc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -60,7 +60,7 @@ def yn(x):
60
  return result
61
 
62
 
63
- aa = gradio.Interface(
64
  fn=yn,
65
  inputs="text",
66
  outputs="text",
@@ -74,7 +74,7 @@ aa = gradio.Interface(
74
  )
75
  aa.launch()
76
 
77
- bb = gradio.Interface(
78
  fn=chat,
79
  inputs="text",
80
  outputs="text",
@@ -88,7 +88,7 @@ bb = gradio.Interface(
88
  )
89
  bb.launch()
90
 
91
- cc = gradio.Interface(
92
  fn=mbti,
93
  inputs="text",
94
  outputs="text",
 
60
  return result
61
 
62
 
63
+ aa = gr.Interface(
64
  fn=yn,
65
  inputs="text",
66
  outputs="text",
 
74
  )
75
  aa.launch()
76
 
77
+ bb = gr.Interface(
78
  fn=chat,
79
  inputs="text",
80
  outputs="text",
 
88
  )
89
  bb.launch()
90
 
91
+ cc = gr.Interface(
92
  fn=mbti,
93
  inputs="text",
94
  outputs="text",