Update app.py
Browse files
app.py
CHANGED
|
@@ -84,19 +84,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 84 |
with gr.Group(elem_id="share-btn-container"):
|
| 85 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
| 86 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
| 87 |
-
|
| 88 |
-
with gr.Column(elem_id="generatedAI"):
|
| 89 |
-
TextAI = gr.Textbox(
|
| 90 |
-
label="🏭 Expanded AI text prompts",
|
| 91 |
-
lines=4,
|
| 92 |
-
elem_id="translated1"
|
| 93 |
-
)
|
| 94 |
-
TextAI2 = gr.Textbox(
|
| 95 |
-
label="🏭 Expanded AI text prompts",
|
| 96 |
-
lines=4,
|
| 97 |
-
elem_id="translated2"
|
| 98 |
-
)
|
| 99 |
-
|
| 100 |
see_prompts.click(get_prompts,
|
| 101 |
inputs = [input_text],
|
| 102 |
outputs = [
|
|
|
|
| 84 |
with gr.Group(elem_id="share-btn-container"):
|
| 85 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
| 86 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
| 87 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
see_prompts.click(get_prompts,
|
| 89 |
inputs = [input_text],
|
| 90 |
outputs = [
|