Spaces:
Running
Running
sanbo
commited on
Commit
·
fa25281
1
Parent(s):
31b1c34
update sth. at 2025-03-03 19:43:32
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import asyncio
|
2 |
import logging
|
|
|
3 |
import torch
|
4 |
import gradio as gr
|
5 |
from fastapi import FastAPI, HTTPException
|
|
|
1 |
import asyncio
|
2 |
import logging
|
3 |
+
import uvicorn
|
4 |
import torch
|
5 |
import gradio as gr
|
6 |
from fastapi import FastAPI, HTTPException
|