LEIDIA commited on
Commit
df204d2
Β·
verified Β·
1 Parent(s): 52030a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -111,5 +111,8 @@ with gr.Blocks() as demo:
111
  outputs=result,
112
  )
113
 
 
 
 
114
  if __name__ == "__main__":
115
  demo.launch()
 
111
  outputs=result,
112
  )
113
 
114
+ result = gr.Image(label="Generated Image", shape=(808, 512))
115
+
116
+
117
  if __name__ == "__main__":
118
  demo.launch()