Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -124,6 +124,6 @@ description = "Gradio demo for Pokemon GAN. To use it, provide a seed, or click
|
|
124 |
|
125 |
article = "<p style='text-align: center'><a href='http://www.cvlibs.net/publications/Sauer2021NEURIPS.pdf' target='_blank'>Projected GANs Converge Faster</a> | <a href='https://github.com/autonomousvision/projected_gan' target='_blank'>Github Repo</p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_projected_gan' alt='visitor badge'></center>"
|
126 |
|
127 |
-
gr.Interface(inference,gr.inputs.Slider(label="Seed",minimum=0, maximum=5000, step=1, default=0),"pil",title=title,description=description,article=article, examples=[
|
128 |
[0],[1],[10],[20],[30],[42],[50],[60],[77],[102]
|
129 |
]).launch(enable_queue=True,cache_examples=True)
|
|
|
124 |
|
125 |
article = "<p style='text-align: center'><a href='http://www.cvlibs.net/publications/Sauer2021NEURIPS.pdf' target='_blank'>Projected GANs Converge Faster</a> | <a href='https://github.com/autonomousvision/projected_gan' target='_blank'>Github Repo</p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_projected_gan' alt='visitor badge'></center>"
|
126 |
|
127 |
+
gr.Interface(inference,gr.inputs.Slider(label="Seed",minimum=0, maximum=5000, step=1, default=0),"pil",title=title,description=description,article=article, allow_screenshot=False, allow_flagging="never", examples=[
|
128 |
[0],[1],[10],[20],[30],[42],[50],[60],[77],[102]
|
129 |
]).launch(enable_queue=True,cache_examples=True)
|