Spaces:
Running
on
Zero
Running
on
Zero
aixsatoshi
commited on
Commit
•
6034b6d
1
Parent(s):
b8e227e
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ hf_hub_download(
|
|
22 |
local_dir="./models"
|
23 |
)
|
24 |
|
|
|
25 |
# 推論関数
|
26 |
@spaces.GPU(duration=120)
|
27 |
def respond(
|
@@ -164,3 +165,4 @@ with gr.Blocks() as demo:
|
|
164 |
if __name__ == "__main__":
|
165 |
demo.launch(share=True)
|
166 |
|
|
|
|
22 |
local_dir="./models"
|
23 |
)
|
24 |
|
25 |
+
|
26 |
# 推論関数
|
27 |
@spaces.GPU(duration=120)
|
28 |
def respond(
|
|
|
165 |
if __name__ == "__main__":
|
166 |
demo.launch(share=True)
|
167 |
|
168 |
+
|