Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ with gr.Blocks() as demo:
|
|
| 145 |
count = 0
|
| 146 |
aa = gr.Interface(
|
| 147 |
fn=chat,
|
| 148 |
-
inputs=["text","text"],
|
| 149 |
outputs="text",
|
| 150 |
description="chat, ai μλ΅μ λ°νν©λλ€. λ΄λΆμ μΌλ‘ νΈλμμ
μμ±. \n /run/predict",
|
| 151 |
)
|
|
|
|
| 145 |
count = 0
|
| 146 |
aa = gr.Interface(
|
| 147 |
fn=chat,
|
| 148 |
+
inputs=["text","text","text"],
|
| 149 |
outputs="text",
|
| 150 |
description="chat, ai μλ΅μ λ°νν©λλ€. λ΄λΆμ μΌλ‘ νΈλμμ
μμ±. \n /run/predict",
|
| 151 |
)
|