Update Gradio_UI.py
Browse filesChanged examples format
- Gradio_UI.py +3 -3
Gradio_UI.py
CHANGED
|
@@ -261,9 +261,9 @@ class GradioUI:
|
|
| 261 |
def launch(self, **kwargs):
|
| 262 |
import gradio as gr
|
| 263 |
|
| 264 |
-
examples=[[{"text": "Is it better to raise a Squirtle or a Magikarp in terms of the experience points?"}],
|
| 265 |
-
[{"text": "What are the types for Drowzee?"}],
|
| 266 |
-
[{"text": "Compare Bulbasaur and Charmander stats"}],
|
| 267 |
]
|
| 268 |
|
| 269 |
with gr.Blocks(fill_height=True) as demo:
|
|
|
|
| 261 |
def launch(self, **kwargs):
|
| 262 |
import gradio as gr
|
| 263 |
|
| 264 |
+
examples=[[{"text": "Is it better to raise a Squirtle or a Magikarp in terms of the experience points?","files": [],}],
|
| 265 |
+
[{"text": "What are the types for Drowzee?","files": [],}],
|
| 266 |
+
[{"text": "Compare Bulbasaur and Charmander stats","files": [],}],
|
| 267 |
]
|
| 268 |
|
| 269 |
with gr.Blocks(fill_height=True) as demo:
|