Sujatha commited on
Commit
3dea44a
·
verified ·
1 Parent(s): 192e408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -52,5 +52,7 @@ iface = gr.Interface(
52
  description="Classify entries based on tabular data"
53
  )
54
 
55
- iface.launch()
 
 
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