Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,5 +52,7 @@ iface = gr.Interface(
|
|
52 |
description="Classify entries based on tabular data"
|
53 |
)
|
54 |
|
55 |
-
|
|
|
|
|
56 |
|
|
|
52 |
description="Classify entries based on tabular data"
|
53 |
)
|
54 |
|
55 |
+
# Debug message and launch
|
56 |
+
print("Launching Gradio Interface...")
|
57 |
+
iface.launch(share=True)
|
58 |
|