LPX55 commited on
Commit
79005f2
·
1 Parent(s): 8f1ab22
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: gradio
7
  sdk_version: 5.31.0
8
  app_file: app.py
9
  pinned: false
10
- app_port: 8080
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 5.31.0
8
  app_file: app.py
9
  pinned: false
10
+ app_port: 7860
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -13,4 +13,4 @@ with gr.Blocks() as demo:
13
 
14
  submit_btn.click(fn=greet, inputs=[input_text], outputs=[output_text])
15
 
16
- demo.launch(share=True, server_port=8080)
 
13
 
14
  submit_btn.click(fn=greet, inputs=[input_text], outputs=[output_text])
15
 
16
+ demo.launch(share=True, ssr_mode=False)