Update app.py
Browse files
app.py
CHANGED
|
@@ -43,11 +43,11 @@ demo = gr.Interface(fn=advancedPromptPipeline,
|
|
| 43 |
gr.Slider(minimum=0.0, maximum=1.0, value=0.0, step=0.1, label="Temperature", info="Recommended: Temperature=0.0")
|
| 44 |
],
|
| 45 |
outputs=[
|
| 46 |
-
gr.Textbox(lines=
|
| 47 |
],
|
| 48 |
title="Advanced Prompt Generator",
|
| 49 |
description="This tool will enhance any given input for the optimal output!",
|
| 50 |
-
theme="Base"
|
| 51 |
)
|
| 52 |
|
| 53 |
|
|
|
|
| 43 |
gr.Slider(minimum=0.0, maximum=1.0, value=0.0, step=0.1, label="Temperature", info="Recommended: Temperature=0.0")
|
| 44 |
],
|
| 45 |
outputs=[
|
| 46 |
+
gr.Textbox(lines=23, label="Advanced Prompt", show_copy_button=True, autoscroll=False, min_width=220),
|
| 47 |
],
|
| 48 |
title="Advanced Prompt Generator",
|
| 49 |
description="This tool will enhance any given input for the optimal output!",
|
| 50 |
+
#theme="Base",
|
| 51 |
)
|
| 52 |
|
| 53 |
|