philschmid HF staff commited on
Commit
e8f70dd
1 Parent(s): 158eea8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -18,6 +18,9 @@ To use deploy this model as an Inference Endpoint, you have to select Custom as
18
  * PORT: `7860`
19
  * ~Health Route: `/`~-> is default
20
 
 
 
 
21
  If you want to use the UI with the inference Endpoint, you have to select as endpoint type `public` and add [auth through gradio](https://gradio.app/docs/#launch-header)
22
 
23
  ### Example API Request Payload
 
18
  * PORT: `7860`
19
  * ~Health Route: `/`~-> is default
20
 
21
+ Also make sure to add `server_name="0.0.0.0"` in your `launch()` call to make sure the request is correct proxied.
22
+
23
+
24
  If you want to use the UI with the inference Endpoint, you have to select as endpoint type `public` and add [auth through gradio](https://gradio.app/docs/#launch-header)
25
 
26
  ### Example API Request Payload