Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,14 @@ with gr.Blocks() as demo:
|
|
60 |
<p> <center><img src="https://huggingface.co/Yntec/OpenGenDiffusers/resolve/main/pp.png" style="height:128px; width:482px; margin-top: -22px; margin-bottom: -44px;" span title="Free ai art image generator Printing Press"></center>
|
61 |
</p>
|
62 |
"""
|
63 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
with gr.Tab('One Image'):
|
65 |
model_choice = gr.Dropdown(models, label = f'Choose a model from the {len(models)} available! Try clearing the box and typing on it to filter them!', value = models[0], filterable = True)
|
66 |
txt_input = gr.Textbox(label = 'Your prompt:')
|
|
|
60 |
<p> <center><img src="https://huggingface.co/Yntec/OpenGenDiffusers/resolve/main/pp.png" style="height:128px; width:482px; margin-top: -22px; margin-bottom: -44px;" span title="Free ai art image generator Printing Press"></center>
|
61 |
</p>
|
62 |
"""
|
63 |
+
)
|
64 |
+
gr.HTML(
|
65 |
+
"""
|
66 |
+
<div>
|
67 |
+
<p> <center>For negative prompts, seed control, and other features visit John6666's <a href="https://huggingface.co/spaces/John6666/PrintingPress4">Printing Press 4</a>!</center>
|
68 |
+
</p></div>
|
69 |
+
"""
|
70 |
+
)
|
71 |
with gr.Tab('One Image'):
|
72 |
model_choice = gr.Dropdown(models, label = f'Choose a model from the {len(models)} available! Try clearing the box and typing on it to filter them!', value = models[0], filterable = True)
|
73 |
txt_input = gr.Textbox(label = 'Your prompt:')
|