jake2004 commited on
Commit
a4f0007
·
verified ·
1 Parent(s): d164452

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -6,7 +6,7 @@ subprocess.Popen(["python3", "app.py"])
6
 
7
  # Define Gradio UI
8
  def display_video_stream(video_url):
9
- stream_url = f"http://127.0.0.1:7861/video_feed?video_url={video_url}"
10
  return f'<img src="{stream_url}" width="640px">'
11
 
12
  # Gradio interface
 
6
 
7
  # Define Gradio UI
8
  def display_video_stream(video_url):
9
+ stream_url = f"http://192.168.107.15:8080/video_feed?video_url={video_url}"
10
  return f'<img src="{stream_url}" width="640px">'
11
 
12
  # Gradio interface