Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -301,6 +301,6 @@ async def process_image(
|
|
301 |
else:
|
302 |
return {"Authentication":"Failed"}
|
303 |
|
304 |
-
|
305 |
-
|
306 |
-
|
|
|
301 |
else:
|
302 |
return {"Authentication":"Failed"}
|
303 |
|
304 |
+
if __name__ == "__main__":
|
305 |
+
import uvicorn
|
306 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|