manhkhanhUIT commited on
Commit
73db728
·
1 Parent(s): a950bb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,4 +134,4 @@ def run(image):
134
  return result_colorization
135
 
136
  examples = [['example/1.jpeg'],['example/2.jpg'],['example/3.jpg'],['example/4.jpg']]
137
- iface = gr.Interface(fn=run, inputs="image", outputs="image",examples=examples).launch(debug=True,share=True)
 
134
  return result_colorization
135
 
136
  examples = [['example/1.jpeg'],['example/2.jpg'],['example/3.jpg'],['example/4.jpg']]
137
+ iface = gr.Interface(fn=run, inputs="image", outputs="image",examples=examples).launch(debug=True,share=False)