Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,8 +100,8 @@ with gr.Blocks() as demo:
|
|
| 100 |
</style>
|
| 101 |
""")
|
| 102 |
|
| 103 |
-
gr.Markdown("#
|
| 104 |
-
gr.Markdown("
|
| 105 |
|
| 106 |
with gr.Column():
|
| 107 |
input_image = gr.Image(label="Ngarko Imazhin për Editim", type="pil")
|
|
@@ -138,6 +138,7 @@ with gr.Blocks() as demo:
|
|
| 138 |
|
| 139 |
with gr.Row():
|
| 140 |
result = gr.Image(label="Imazhi i Gjeneruar", interactive=False)
|
|
|
|
| 141 |
|
| 142 |
gr.on(
|
| 143 |
triggers=[run_button.click, prompt.submit],
|
|
|
|
| 100 |
</style>
|
| 101 |
""")
|
| 102 |
|
| 103 |
+
gr.Markdown("# Modifiko imazhet")
|
| 104 |
+
gr.Markdown("Modifiko imazhed ne menyre universale ne baze te pershkrimit")
|
| 105 |
|
| 106 |
with gr.Column():
|
| 107 |
input_image = gr.Image(label="Ngarko Imazhin për Editim", type="pil")
|
|
|
|
| 138 |
|
| 139 |
with gr.Row():
|
| 140 |
result = gr.Image(label="Imazhi i Gjeneruar", interactive=False)
|
| 141 |
+
reuse_button = gr.Button("Rivendos këtë imazh", visible=False)
|
| 142 |
|
| 143 |
gr.on(
|
| 144 |
triggers=[run_button.click, prompt.submit],
|