SerdarHelli commited on
Commit
6926290
·
1 Parent(s): dad6ea4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -130,8 +130,7 @@ interface=gr.Interface(fn=predict, title="Brain MR Image Generation with StyleGA
130
  description = "",
131
  article = "Author: S.Serdar Helli",
132
  inputs=[gr.inputs.Slider( minimum=16, maximum=2**10,label='Seed'),gr.inputs.Radio( choices=choices, default='4x2',label='Image Grid'),
133
- ,gr.inputs.Radio( choices=choices2, default="Small Video",label='Video Size - It depends on usage of cuda')]],
134
-
135
  outputs=gr.outputs.Video(label='Video'),
136
  live=False)
137
 
 
130
  description = "",
131
  article = "Author: S.Serdar Helli",
132
  inputs=[gr.inputs.Slider( minimum=16, maximum=2**10,label='Seed'),gr.inputs.Radio( choices=choices, default='4x2',label='Image Grid'),
133
+ gr.inputs.Radio( choices=choices2, default="Small Video",label='Video Size - It depends on usage of cuda')],
 
134
  outputs=gr.outputs.Video(label='Video'),
135
  live=False)
136