Spaces:
Sleeping
Sleeping
Upadted page switching
Browse files
app.py
CHANGED
|
@@ -454,9 +454,9 @@ document.addEventListener("mouseup", () => {
|
|
| 454 |
nav_bar = gr.Radio(
|
| 455 |
choices=[
|
| 456 |
"Text Generation",
|
| 457 |
-
"Question
|
| 458 |
"Summarisation",
|
| 459 |
-
"Image
|
| 460 |
],
|
| 461 |
value="Text Generation",
|
| 462 |
label="Topics",
|
|
|
|
| 454 |
nav_bar = gr.Radio(
|
| 455 |
choices=[
|
| 456 |
"Text Generation",
|
| 457 |
+
"Question Answering",
|
| 458 |
"Summarisation",
|
| 459 |
+
"Text-to-Image",
|
| 460 |
],
|
| 461 |
value="Text Generation",
|
| 462 |
label="Topics",
|