Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|