mehdiabruee commited on
Commit
528fa5c
·
1 Parent(s): be908c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=(72, 72)), outputs="image", title='Emoji_CycleGAN').launch()
 
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()