Update app.py
Browse files
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
|
|
|
|
| 75 |
|
| 76 |
gr.Interface(final_output, inputs=[img1, img2], outputs= out,
|
| 77 |
live=False,
|
| 78 |
+
title="asd", description="asd").launch(debug=True);
|