Reshinth Adithyan commited on
Commit
0102221
·
1 Parent(s): e344537

Fixing Port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ with demo:
32
  # iface = gr.Interface(title="Code Editor",fn=code_edit, inputs="text", outputs="text",examples=["def dataset_name():\n return 'test'"])
33
  # iface.launch()
34
 
35
- demo.launch(debug=True, server_port=8080)
 
32
  # iface = gr.Interface(title="Code Editor",fn=code_edit, inputs="text", outputs="text",examples=["def dataset_name():\n return 'test'"])
33
  # iface.launch()
34
 
35
+ demo.launch(debug=True)