philschmid HF staff commited on
Commit
3b9d5ee
1 Parent(s): e8f70dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ More details are available at:
39
  examples=[["cord_sample_receipt2.png"]],
40
  cache_examples=False,
41
  )
42
- demo.launch()
 
39
  examples=[["cord_sample_receipt2.png"]],
40
  cache_examples=False,
41
  )
42
+ demo.launch(server_name="0.0.0.0")