vumichien commited on
Commit
63891a4
1 Parent(s): 9479bf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -333,5 +333,6 @@ with demo:
333
  with gr.Row():
334
  with gr.Column():
335
  transcription_df.render()
 
336
 
337
  demo.launch(debug=True)
 
333
  with gr.Row():
334
  with gr.Column():
335
  transcription_df.render()
336
+ system_info.render()
337
 
338
  demo.launch(debug=True)