lucas-w commited on
Commit
5e63f00
1 Parent(s): 8e73101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -8,10 +8,7 @@ gr.Examples(
8
  'How many hours does it take a man to eat a Helicopter?',
9
  "Write a 100-word article on 'Benefits of Open-Source in AI research'",
10
  ],
11
- inputs=textbox,
12
- outputs=[textbox, chatbot],
13
- fn=process_example,
14
- cache_examples=True,
15
  )
16
 
17
  # Load the Gradio interface
 
8
  'How many hours does it take a man to eat a Helicopter?',
9
  "Write a 100-word article on 'Benefits of Open-Source in AI research'",
10
  ],
11
+
 
 
 
12
  )
13
 
14
  # Load the Gradio interface