SatyamSinghal commited on
Commit
b14e6e6
·
verified ·
1 Parent(s): 0de10d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,5 +216,5 @@ interface = gr.Interface(
216
  live=True
217
  )
218
 
219
- app = gr.HTML(custom_html,)
220
  interface.launch(share=True)
 
216
  live=True
217
  )
218
 
219
+ app = gr.HTML(custom_html)
220
  interface.launch(share=True)