Spaces:
Runtime error
Runtime error
Najaf-Zawar
commited on
Commit
•
d511b69
1
Parent(s):
2adbcc9
Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ outputs = gr.Image(label="Restored_Image.")
|
|
33 |
title = "Image Restoration Using Pix2Pix-GAN"
|
34 |
description = "Restore the Quality of your Old damaged Images To New Looking Images Using Artificial Intelligence"
|
35 |
|
36 |
-
iface = gr.Interface(fn=
|
37 |
iface.launch(inline = False)
|
|
|
33 |
title = "Image Restoration Using Pix2Pix-GAN"
|
34 |
description = "Restore the Quality of your Old damaged Images To New Looking Images Using Artificial Intelligence"
|
35 |
|
36 |
+
iface = gr.Interface(fn=restore_image, inputs=inputs, outputs=outputs, title=title, description=description, allow_flagging="never")
|
37 |
iface.launch(inline = False)
|