islam23 commited on
Commit
3e33cc1
1 Parent(s): 3b99d28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -60,12 +60,7 @@ demo = gr.ChatInterface(
60
  label="Top-p (nucleus sampling)",
61
  ),
62
  ],
63
- examples=[
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