Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
|
|
45 |
count = 0
|
46 |
aa = gr.Interface(
|
47 |
fn=chat,
|
48 |
-
inputs=["text","
|
49 |
outputs="text",
|
50 |
description="chat",
|
51 |
examples= [[f"λλ κΏμ΄ λμΌ?", "771171"],[f"λλ λ¬΄μ¨ μμ κ°μ₯ μ’μν΄?", "772122"]]
|
|
|
45 |
count = 0
|
46 |
aa = gr.Interface(
|
47 |
fn=chat,
|
48 |
+
inputs=["text","text"],
|
49 |
outputs="text",
|
50 |
description="chat",
|
51 |
examples= [[f"λλ κΏμ΄ λμΌ?", "771171"],[f"λλ λ¬΄μ¨ μμ κ°μ₯ μ’μν΄?", "772122"]]
|