Spaces:
Running
on
Zero
Running
on
Zero
Tanut
commited on
Commit
·
a2495ec
1
Parent(s):
19c2aa1
Fix bug2
Browse files- app.py +2 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -194,10 +194,11 @@ with gr.Blocks() as demo:
|
|
194 |
)
|
195 |
|
196 |
if __name__ == "__main__":
|
197 |
-
demo.queue(max_size=12
|
198 |
server_name="0.0.0.0",
|
199 |
server_port=7860,
|
200 |
share=True,
|
201 |
show_api=True,
|
202 |
analytics_enabled=False
|
203 |
)
|
|
|
|
194 |
)
|
195 |
|
196 |
if __name__ == "__main__":
|
197 |
+
demo.queue(max_size=12).launch(
|
198 |
server_name="0.0.0.0",
|
199 |
server_port=7860,
|
200 |
share=True,
|
201 |
show_api=True,
|
202 |
analytics_enabled=False
|
203 |
)
|
204 |
+
|
requirements.txt
CHANGED
@@ -10,3 +10,4 @@ huggingface-hub
|
|
10 |
controlnet-aux>=0.0.8
|
11 |
spaces
|
12 |
numpy
|
|
|
|
10 |
controlnet-aux>=0.0.8
|
11 |
spaces
|
12 |
numpy
|
13 |
+
mediapipe
|