nahidalam commited on
Commit
e8ba582
1 Parent(s): 76bebab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ def run(image_path):
26
 
27
  iface = gr.Interface(run, gr.inputs.Image(shape=(256, 256)), "image")
28
 
29
- iface.launch(share = True)
 
26
 
27
  iface = gr.Interface(run, gr.inputs.Image(shape=(256, 256)), "image")
28
 
29
+ iface.launch()