Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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
|