Spaces:
Runtime error
Runtime error
Commit
·
528fa5c
1
Parent(s):
be908c0
Update app.py
Browse files
app.py
CHANGED
@@ -147,4 +147,4 @@ def predict(input):
|
|
147 |
print(preds.shape)
|
148 |
return topilimage(preds.squeeze(0).detach())
|
149 |
|
150 |
-
gr_interface = gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(
|
|
|
147 |
print(preds.shape)
|
148 |
return topilimage(preds.squeeze(0).detach())
|
149 |
|
150 |
+
gr_interface = gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(256,256)), outputs="image", title='Emoji_CycleGAN').launch()
|