Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,5 +116,5 @@ def train(style,content):
|
|
| 116 |
stylized_image=tensor_to_image(stylized_image)
|
| 117 |
return stylized_image
|
| 118 |
|
| 119 |
-
gr=gradio.Interface(fn=train, inputs=['image','image'], outputs=[gradio.Image(
|
| 120 |
gr.launch(share=False)
|
|
|
|
| 116 |
stylized_image=tensor_to_image(stylized_image)
|
| 117 |
return stylized_image
|
| 118 |
|
| 119 |
+
gr=gradio.Interface(fn=train, inputs=['image','image'], outputs=[gradio.Image(label='output').style(height=600)])
|
| 120 |
gr.launch(share=False)
|