Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,5 +40,5 @@ def Denoiser(imagen):
|
|
| 40 |
reconstruct = model.predict(image)
|
| 41 |
return image,recostruct
|
| 42 |
|
| 43 |
-
demo = gr.Interface(fn=greet, inputs="image", outputs=["image","reconstruct"]
|
| 44 |
demo.launch()
|
|
|
|
| 40 |
reconstruct = model.predict(image)
|
| 41 |
return image,recostruct
|
| 42 |
|
| 43 |
+
demo = gr.Interface(fn=greet, inputs="image", outputs=["image","reconstruct"])
|
| 44 |
demo.launch()
|