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