Spaces:
Paused
Paused
Update app_parallel.py
Browse files- app_parallel.py +1 -1
app_parallel.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from flask import Flask, request, jsonify, stream_with_context, send_file, send_from_directory
|
2 |
import asyncio
|
3 |
import torch
|
4 |
import shutil
|
|
|
1 |
+
from flask import Flask, request, jsonify, stream_with_context, send_file, send_from_directory, Response
|
2 |
import asyncio
|
3 |
import torch
|
4 |
import shutil
|