damand2061 commited on
Commit
ff5a321
·
verified ·
1 Parent(s): b5e2136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,4 +134,4 @@ with gr.Blocks() as demo:
134
  gr.DataFrame(label_descriptions, headers=["Label", "Keterangan"])
135
 
136
  if __name__ == "__main__":
137
- demo.launch()
 
134
  gr.DataFrame(label_descriptions, headers=["Label", "Keterangan"])
135
 
136
  if __name__ == "__main__":
137
+ demo.launch(debug=True)