Update app.py
Browse files
app.py
CHANGED
@@ -102,4 +102,4 @@ outputs = [gr.Image( type="filepath", label="Output Image"),
|
|
102 |
|
103 |
|
104 |
iface = gr.Interface(fn=response2, inputs=inputs, outputs=outputs)
|
105 |
-
iface.launch(
|
|
|
102 |
|
103 |
|
104 |
iface = gr.Interface(fn=response2, inputs=inputs, outputs=outputs)
|
105 |
+
iface.launch()
|