Spaces:
Runtime error
Runtime error
johnowhitaker
commited on
Commit
•
eedc936
1
Parent(s):
dae5f03
Added article to interface with links to model
Browse files
app.py
CHANGED
@@ -486,6 +486,7 @@ iface = gr.Interface(fn=gen_ims,
|
|
486 |
inputs=[gr.inputs.Slider(minimum=1, maximum=6, step=1, default=3,label="N rows"),
|
487 |
gr.inputs.Dropdown(["both", "light", "dark"], type="value", default="dark", label="Orb Type (model)", optional=False)],
|
488 |
outputs=[gr.outputs.Image(type="numpy", label="Generated Images")],
|
489 |
-
title='Demo for
|
|
|
490 |
)
|
491 |
iface.launch()
|
|
|
486 |
inputs=[gr.inputs.Slider(minimum=1, maximum=6, step=1, default=3,label="N rows"),
|
487 |
gr.inputs.Dropdown(["both", "light", "dark"], type="value", default="dark", label="Orb Type (model)", optional=False)],
|
488 |
outputs=[gr.outputs.Image(type="numpy", label="Generated Images")],
|
489 |
+
title='Demo for orbgan models',
|
490 |
+
article = 'Models are lightweight-gans trained on johnowhitaker/glid3_orbs. See https://huggingface.co/johnowhitaker/orbgan_e1 for training and inference scripts'
|
491 |
)
|
492 |
iface.launch()
|