Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ gr.Interface(
|
|
76 |
fn=transcribe,
|
77 |
inputs=[
|
78 |
gr.inputs.Audio(source="microphone",label="use whisper tell app topic of poem , use text input below if you have problem with mic", type="filepath"),
|
79 |
-
gr.Textbox(label="poem on"),
|
80 |
gr.Textbox(label="language")
|
81 |
],
|
82 |
|
@@ -86,5 +86,5 @@ gr.Interface(
|
|
86 |
, output_3
|
87 |
],
|
88 |
title = "" +'Children of heaven🌸🏡: Create Beautiful multilingual Poems with Relevant Images'+ "",
|
89 |
-
description="Children of heaven🌸🏡is a web app that uses artificial intelligence to generate beautiful multilingual poems and relevant images. With its powerful language GPT3 model, it can create unique and inspiring multilingual poems on a wide range of childrens' topics, and its Dall E model creates images that perfectly complement the poem. Give children of heaven a try and discover the magic of multilingual poetry and art. Whether you're a professional or kid , this app is sure to spark your creativity and inspire you to create something beautiful."
|
90 |
).launch(debug=True)
|
|
|
76 |
fn=transcribe,
|
77 |
inputs=[
|
78 |
gr.inputs.Audio(source="microphone",label="use whisper tell app topic of poem , use text input below if you have problem with mic", type="filepath"),
|
79 |
+
gr.Textbox(label="poem on(Use english word mostly)"),
|
80 |
gr.Textbox(label="language")
|
81 |
],
|
82 |
|
|
|
86 |
, output_3
|
87 |
],
|
88 |
title = "" +'Children of heaven🌸🏡: Create Beautiful multilingual Poems with Relevant Images'+ "",
|
89 |
+
description="Children of heaven🌸🏡is a web app that uses artificial intelligence to generate beautiful multilingual poems and relevant images. With its powerful language GPT3 model, it can create unique and inspiring multilingual poems on a wide range of childrens' topics, and its Dall E model creates images that perfectly complement the poem. Give children of heaven a try and discover the magic of multilingual poetry and art. Whether you're a professional or kid , this app is sure to spark your creativity and inspire you to create something beautiful.this is research work kindly report any bias in content in community section "
|
90 |
).launch(debug=True)
|