Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
littlebird13
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -26,4 +26,4 @@ examples = [['./input.jpg'],]
|
|
26 |
demo = gr.Interface(fn=color,inputs="image",outputs="image",examples=examples,title=title,description=description)
|
27 |
|
28 |
if __name__ == "__main__":
|
29 |
-
demo.launch(share=
|
|
|
26 |
demo = gr.Interface(fn=color,inputs="image",outputs="image",examples=examples,title=title,description=description)
|
27 |
|
28 |
if __name__ == "__main__":
|
29 |
+
demo.launch(share=False)
|