sundea commited on
Commit
37062a7
·
1 Parent(s): 1b597fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as demo:
27
  res=gr.Textbox(label='result')
28
  greet_btn.click(fn=get_out,inputs=[question,context],outputs=res)
29
 
30
- demo.launch(server_port=9090)
31
 
32
 
33
 
 
27
  res=gr.Textbox(label='result')
28
  greet_btn.click(fn=get_out,inputs=[question,context],outputs=res)
29
 
30
+ demo.launch()
31
 
32
 
33