Spaces:
Sleeping
Sleeping
Commit
·
de04cb7
1
Parent(s):
64a0294
Revert portg
Browse files
app.py
CHANGED
|
@@ -919,7 +919,7 @@ def create_app():
|
|
| 919 |
)
|
| 920 |
|
| 921 |
# Add FastRTC endpoints
|
| 922 |
-
app.mount("/stream", stream
|
| 923 |
|
| 924 |
print("FastRTC stream configured successfully!")
|
| 925 |
|
|
|
|
| 919 |
)
|
| 920 |
|
| 921 |
# Add FastRTC endpoints
|
| 922 |
+
app.mount("/stream", stream)
|
| 923 |
|
| 924 |
print("FastRTC stream configured successfully!")
|
| 925 |
|