Spaces:
Sleeping
Sleeping
Commit
·
dd825f3
1
Parent(s):
8ba4838
app.py
CHANGED
@@ -44,10 +44,7 @@ def respond(message: str, history: List[Tuple[str, str]]) -> str:
|
|
44 |
demo = gr.ChatInterface(
|
45 |
fn=respond,
|
46 |
title="Demo GPT-BI instruct",
|
47 |
-
examples=["nola duzu izena?", "Nola egiten duzu?"]
|
48 |
-
retry_btn="Retry",
|
49 |
-
undo_btn="Undo",
|
50 |
-
clear_btn="Clear",
|
51 |
)
|
52 |
|
53 |
if __name__ == "__main__":
|
|
|
44 |
demo = gr.ChatInterface(
|
45 |
fn=respond,
|
46 |
title="Demo GPT-BI instruct",
|
47 |
+
examples=["nola duzu izena?", "Nola egiten duzu?"]
|
|
|
|
|
|
|
48 |
)
|
49 |
|
50 |
if __name__ == "__main__":
|