kadabengaran commited on
Commit
3edb801
·
verified ·
1 Parent(s): 96314ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ async def gradio_ui():
45
  <title>Gradio UI</title>
46
  </head>
47
  <body>
48
- <iframe src="http://localhost:7861" width="100%" height="100%" frameborder="0"></iframe>
49
  </body>
50
  </html>
51
  """
 
45
  <title>Gradio UI</title>
46
  </head>
47
  <body>
48
+ <iframe src="http://0.0.0.0:7861" width="100%" height="100%" frameborder="0"></iframe>
49
  </body>
50
  </html>
51
  """