Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,12 +60,7 @@ demo = gr.ChatInterface(
|
|
60 |
label="Top-p (nucleus sampling)",
|
61 |
),
|
62 |
],
|
63 |
-
|
64 |
-
[
|
65 |
-
"What is the capital of France?",
|
66 |
-
"What happend in 11 september 2001?",
|
67 |
-
"who is the president of the United States?"
|
68 |
-
] ],
|
69 |
)
|
70 |
|
71 |
|
|
|
60 |
label="Top-p (nucleus sampling)",
|
61 |
),
|
62 |
],
|
63 |
+
|
|
|
|
|
|
|
|
|
|
|
64 |
)
|
65 |
|
66 |
|