Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 23 |
with gr.Tab("FireRed 1.1 (WarlordHermes)"):
|
| 24 |
gr.HTML(create_iframe("https://warlordhermes-firered-image-edit-1-1-fast.hf.space"))
|
| 25 |
|
| 26 |
-
with gr.Tab("Bianji (fdsgsfjsfg)"):
|
| 27 |
gr.HTML(create_iframe("https://fdsgsfjsfg-bianji.hf.space"))
|
| 28 |
|
| 29 |
if __name__ == "__main__":
|
|
|
|
| 23 |
with gr.Tab("FireRed 1.1 (WarlordHermes)"):
|
| 24 |
gr.HTML(create_iframe("https://warlordhermes-firered-image-edit-1-1-fast.hf.space"))
|
| 25 |
|
| 26 |
+
with gr.Tab("FireRed Image Edit 1.1 Fast(Bianji (fdsgsfjsfg)"):
|
| 27 |
gr.HTML(create_iframe("https://fdsgsfjsfg-bianji.hf.space"))
|
| 28 |
|
| 29 |
if __name__ == "__main__":
|