Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,4 +54,6 @@ iface = gr.Interface(
|
|
54 |
outputs="image",
|
55 |
examples=examples,
|
56 |
cache_examples=True,
|
57 |
-
article = "Authors: <a href=\"https://github.com/Uviveknarayan\">Vivek Narayan</a>, <a href=\"https://github.com/chiranjan-7\">Chiranjan</a>,<a href=\"https://github.com/GangaSrujan\">Srujan</a>,<a href=\"https://github.com/RohanPawar3399\">Rohan Pawar</a>,<a href=\"https://github.com/pavankarthik77\">Pavan Karthik</a>")
|
|
|
|
|
|
54 |
outputs="image",
|
55 |
examples=examples,
|
56 |
cache_examples=True,
|
57 |
+
article = "Authors: <a href=\"https://github.com/Uviveknarayan\">Vivek Narayan</a>, <a href=\"https://github.com/chiranjan-7\">Chiranjan</a>,<a href=\"https://github.com/GangaSrujan\">Srujan</a>,<a href=\"https://github.com/RohanPawar3399\">Rohan Pawar</a>,<a href=\"https://github.com/pavankarthik77\">Pavan Karthik</a>")
|
58 |
+
iface.queue(max_size=100)
|
59 |
+
iface.launch()
|