awerks commited on
Commit
c233472
1 Parent(s): 5dbf4e0

Add application file

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,6 +34,6 @@ iface = gr.Interface(
34
  gr.inputs.Slider(minimum=10, maximum=30, default=22, label="Font Size"),
35
  gr.inputs.Dropdown(choices=[1, 4], default=1, label="Border Style"),
36
  ],
37
- outputs=gr.outputs.Video() # Replace with appropriate output type
38
  )
39
- iface.launch(share = True)
 
34
  gr.inputs.Slider(minimum=10, maximum=30, default=22, label="Font Size"),
35
  gr.inputs.Dropdown(choices=[1, 4], default=1, label="Border Style"),
36
  ],
37
+ outputs=gr.outputs.File() # Replace with appropriate output type
38
  )
39
+ iface.launch()