Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ demo = gr.Blocks()
|
|
| 74 |
with demo:
|
| 75 |
gr.Markdown("<h1><center>Write Stories Using Bloom</center></h1>")
|
| 76 |
gr.Markdown(
|
| 77 |
-
"""This is my playground to test Marathi and Hindi Text Generation""
|
| 78 |
)
|
| 79 |
with gr.Row():
|
| 80 |
input_prompt = gr.Textbox(label="Write some text to get started...", lines=3, value="क्षितिजावर नजर जाईल तिथें")
|
|
|
|
| 74 |
with demo:
|
| 75 |
gr.Markdown("<h1><center>Write Stories Using Bloom</center></h1>")
|
| 76 |
gr.Markdown(
|
| 77 |
+
"""This is my playground to test Marathi and Hindi Text Generation"""
|
| 78 |
)
|
| 79 |
with gr.Row():
|
| 80 |
input_prompt = gr.Textbox(label="Write some text to get started...", lines=3, value="क्षितिजावर नजर जाईल तिथें")
|