Spaces:
Running
Running
alanchen1115
commited on
Commit
•
aa5eb5d
1
Parent(s):
3fe66d7
Update main.py
Browse files
main.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from fastapi.middleware.cors import CORSMiddleware
|
2 |
from fastapi import FastAPI, Request, Header, BackgroundTasks, HTTPException, status
|
|
|
3 |
|
4 |
import json
|
5 |
import os
|
|
|
1 |
from fastapi.middleware.cors import CORSMiddleware
|
2 |
from fastapi import FastAPI, Request, Header, BackgroundTasks, HTTPException, status
|
3 |
+
from gradio_client import Client
|
4 |
|
5 |
import json
|
6 |
import os
|