Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -109,10 +109,10 @@ if __name__ == "__main__":
|
|
| 109 |
|
| 110 |
with gr.Column():
|
| 111 |
outputs = [
|
| 112 |
-
gr.Textbox(lines=2, label="Fungineered Text 1",
|
| 113 |
-
gr.Textbox(lines=2, label="Fungineered Text 2",
|
| 114 |
-
gr.Textbox(lines=2, label="Fungineered Text 3",
|
| 115 |
-
gr.Textbox(lines=2, label="Fungineered Text 4",
|
| 116 |
]
|
| 117 |
|
| 118 |
gr.Markdown("### Got something good? [Share it](https://huggingface.co/spaces/treadon/prompt-fungineer-355M/discussions/1) with the community in the showcase!")
|
|
|
|
| 109 |
|
| 110 |
with gr.Column():
|
| 111 |
outputs = [
|
| 112 |
+
gr.Textbox(lines=2, label="Fungineered Text 1", ),
|
| 113 |
+
gr.Textbox(lines=2, label="Fungineered Text 2", ),
|
| 114 |
+
gr.Textbox(lines=2, label="Fungineered Text 3", ),
|
| 115 |
+
gr.Textbox(lines=2, label="Fungineered Text 4", ),
|
| 116 |
]
|
| 117 |
|
| 118 |
gr.Markdown("### Got something good? [Share it](https://huggingface.co/spaces/treadon/prompt-fungineer-355M/discussions/1) with the community in the showcase!")
|