Rahul-8853 commited on
Commit
4bdfa1f
·
verified ·
1 Parent(s): d8f5eb8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,5 +25,5 @@ interface = gr.Interface(
25
  description="Enter a sentence and get a prediction of personality traits."
26
  )
27
 
28
- # Launch the Gradio app
29
- interface.launch()
 
25
  description="Enter a sentence and get a prediction of personality traits."
26
  )
27
 
28
+ # Launch the Gradio app on a specific port
29
+ interface.launch(server_port=7862) # You can change 7861 to another port if necessary