Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -365,7 +365,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 365 |
"Explain how a linear recurrent network can still copy long‑range patterns.",
|
| 366 |
"Write a short poem about a fox discovering a hidden library.",
|
| 367 |
],
|
| 368 |
-
theme="soft",
|
| 369 |
)
|
| 370 |
|
| 371 |
if __name__ == "__main__":
|
|
|
|
| 365 |
"Explain how a linear recurrent network can still copy long‑range patterns.",
|
| 366 |
"Write a short poem about a fox discovering a hidden library.",
|
| 367 |
],
|
|
|
|
| 368 |
)
|
| 369 |
|
| 370 |
if __name__ == "__main__":
|