lukaman12 commited on
Commit
00e7b1b
·
1 Parent(s): c5b05c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ def final_output(img1, img2):
75
 
76
  gr.Interface(final_output, inputs=[img1, img2], outputs= out,
77
  live=False,
78
- title="asd", description="asd").launch(debug=True, share=True);
 
75
 
76
  gr.Interface(final_output, inputs=[img1, img2], outputs= out,
77
  live=False,
78
+ title="asd", description="asd").launch(debug=True);