Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -171,7 +171,7 @@ def export_csv(prompts):
|
|
| 171 |
return gr.File.update(value="prompts.csv", visible=True)
|
| 172 |
|
| 173 |
with gr.Blocks() as demo:
|
| 174 |
-
gr.Markdown("# TischEins.org | Midjourney Prompt Engine")
|
| 175 |
|
| 176 |
psel = gr.Dropdown(choices=list(presets.keys()), label="Select Preset")
|
| 177 |
eng = gr.Radio(["Midjourney","ChatGPT Sora"], label="Engine", value="Midjourney")
|
|
@@ -204,6 +204,6 @@ with gr.Blocks() as demo:
|
|
| 204 |
txt_btn.click(fn=export_txt, inputs=state, outputs=dl_txt)
|
| 205 |
csv_btn.click(fn=export_csv, inputs=state, outputs=dl_csv)
|
| 206 |
|
| 207 |
-
gr.Markdown('<a href="https://tischeins.org">Pro Studio
|
| 208 |
|
| 209 |
demo.launch()
|
|
|
|
| 171 |
return gr.File.update(value="prompts.csv", visible=True)
|
| 172 |
|
| 173 |
with gr.Blocks() as demo:
|
| 174 |
+
gr.Markdown("# TischEins.org | Midjourney Prompt Engine <br> Pro Studio Prompt Generator for Midjourney and Sora ")
|
| 175 |
|
| 176 |
psel = gr.Dropdown(choices=list(presets.keys()), label="Select Preset")
|
| 177 |
eng = gr.Radio(["Midjourney","ChatGPT Sora"], label="Engine", value="Midjourney")
|
|
|
|
| 204 |
txt_btn.click(fn=export_txt, inputs=state, outputs=dl_txt)
|
| 205 |
csv_btn.click(fn=export_csv, inputs=state, outputs=dl_csv)
|
| 206 |
|
| 207 |
+
gr.Markdown('<a href="https://tischeins.org">Pro Studio Prompt Generator by TischEins.org</a>')
|
| 208 |
|
| 209 |
demo.launch()
|