Spaces:
Running
on
Zero
Running
on
Zero
MadsGalsgaard
commited on
Commit
•
dd3578f
1
Parent(s):
7daf88a
Update app.py
Browse files
app.py
CHANGED
@@ -710,13 +710,6 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
|
|
710 |
render=False,
|
711 |
),
|
712 |
],
|
713 |
-
# examples=[
|
714 |
-
# ["Write a 5000-word comprehensive guide on machine learning for beginners."],
|
715 |
-
# ["Create a detailed 3000-word business plan for a sustainable energy startup."],
|
716 |
-
# ["Compose a 2000-word short story set in a futuristic underwater city."],
|
717 |
-
# ["Develop a 4000-word research proposal on the potential effects of climate change on global food security."],
|
718 |
-
# ],
|
719 |
-
cache_examples=False,
|
720 |
)
|
721 |
|
722 |
if __name__ == "__main__":
|
|
|
710 |
render=False,
|
711 |
),
|
712 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
713 |
)
|
714 |
|
715 |
if __name__ == "__main__":
|