Spaces:
Build error
Build error
Celeste-cj
commited on
Commit
•
9537292
1
Parent(s):
dbf671a
turn off share
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ examples = [[f"examples/{file}"]
|
|
39 |
|
40 |
demo = gr.Interface(fn=main, inputs=[gr.Image(label="Input Image"), gr.Slider(128, 512, value=384, label="Input Size")], outputs="image",
|
41 |
title=title, description=description, examples=examples, cache_examples=True)
|
42 |
-
demo.launch(debug=True, share=
|
|
|
39 |
|
40 |
demo = gr.Interface(fn=main, inputs=[gr.Image(label="Input Image"), gr.Slider(128, 512, value=384, label="Input Size")], outputs="image",
|
41 |
title=title, description=description, examples=examples, cache_examples=True)
|
42 |
+
demo.launch(debug=True, share=False)
|