Spaces:
Sleeping
Sleeping
Update gradio_app.py
Browse files- 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://
|
| 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
|