Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,4 +4,6 @@ with gr.Blocks() as demo:
|
|
| 4 |
with gr.Tab("Text-to-Image"):
|
| 5 |
gr.Button("New Lion")
|
| 6 |
with gr.Tab("Image-to-Image"):
|
| 7 |
-
gr.Button("New Tiger")
|
|
|
|
|
|
|
|
|
| 4 |
with gr.Tab("Text-to-Image"):
|
| 5 |
gr.Button("New Lion")
|
| 6 |
with gr.Tab("Image-to-Image"):
|
| 7 |
+
gr.Button("New Tiger")
|
| 8 |
+
|
| 9 |
+
demo.launch()
|