Commit
·
2f38f7e
1
Parent(s):
2358803
Fix Gradio compatibility: remove show_copy_button parameter
Browse files- app/main_sdxl.py +1 -1
app/main_sdxl.py
CHANGED
|
@@ -934,7 +934,7 @@ iface = gr.Interface(
|
|
| 934 |
],
|
| 935 |
outputs=[
|
| 936 |
gr.Image(type="pil", label="Colorized Image"),
|
| 937 |
-
gr.Textbox(label="Caption"
|
| 938 |
],
|
| 939 |
title=title,
|
| 940 |
description=description,
|
|
|
|
| 934 |
],
|
| 935 |
outputs=[
|
| 936 |
gr.Image(type="pil", label="Colorized Image"),
|
| 937 |
+
gr.Textbox(label="Caption")
|
| 938 |
],
|
| 939 |
title=title,
|
| 940 |
description=description,
|