Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def yn(x):
|
|
| 60 |
return result
|
| 61 |
|
| 62 |
|
| 63 |
-
aa =
|
| 64 |
fn=yn,
|
| 65 |
inputs="text",
|
| 66 |
outputs="text",
|
|
@@ -74,7 +74,7 @@ aa = gradio.Interface(
|
|
| 74 |
)
|
| 75 |
aa.launch()
|
| 76 |
|
| 77 |
-
bb =
|
| 78 |
fn=chat,
|
| 79 |
inputs="text",
|
| 80 |
outputs="text",
|
|
@@ -88,7 +88,7 @@ bb = gradio.Interface(
|
|
| 88 |
)
|
| 89 |
bb.launch()
|
| 90 |
|
| 91 |
-
cc =
|
| 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",
|