Update gradio_imager.py
Browse files- gradio_imager.py +1 -2
gradio_imager.py
CHANGED
@@ -82,8 +82,7 @@ def gradio_interface(image, standard_settings, crop=False, remove_bg=False, resi
|
|
82 |
# Define the Gradio interface
|
83 |
interface = gr.Interface(fn=gradio_interface,
|
84 |
inputs=[
|
85 |
-
gr.components.Image(type="pil",
|
86 |
-
"data/examples/supermario.png"]),
|
87 |
gr.components.Radio(choices=[
|
88 |
"None", "S light", "M light", "L light", "S dark", "M dark", "L dark"], label="Settings"),
|
89 |
gr.components.Checkbox(label="Crop"),
|
|
|
82 |
# Define the Gradio interface
|
83 |
interface = gr.Interface(fn=gradio_interface,
|
84 |
inputs=[
|
85 |
+
gr.components.Image(type="pil"),
|
|
|
86 |
gr.components.Radio(choices=[
|
87 |
"None", "S light", "M light", "L light", "S dark", "M dark", "L dark"], label="Settings"),
|
88 |
gr.components.Checkbox(label="Crop"),
|