arthoho66 commited on
Commit
65ced0b
1 Parent(s): b671bf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,4 +76,4 @@ with gr.Blocks() as demo:
76
  text_streaming = output_streaming(text_streaming,text)
77
  gr.Textbox(value=text, label="Result", autofocus=True)
78
 
79
- demo.launch(server_name="0.0.0.0", server_port=8085)
 
76
  text_streaming = output_streaming(text_streaming,text)
77
  gr.Textbox(value=text, label="Result", autofocus=True)
78
 
79
+ demo.launch()