yuoop commited on
Commit
3c49281
·
verified ·
1 Parent(s): c7019f6

Create api.py

Browse files
Files changed (1) hide show
  1. api.py +4 -0
api.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from app import app
2
+
3
+ # Hugging Face 需要这个变量名
4
+ gradio_app = app