Spaces:
Runtime error
Runtime error
RohitGandikota
commited on
Commit
β’
8ea0eb5
1
Parent(s):
e0306f8
testing inference on CPU
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ class Demo:
|
|
43 |
|
44 |
with gr.Blocks() as demo:
|
45 |
self.layout()
|
46 |
-
demo.queue(
|
47 |
|
48 |
|
49 |
def layout(self):
|
|
|
43 |
|
44 |
with gr.Blocks() as demo:
|
45 |
self.layout()
|
46 |
+
demo.queue().launch(max_threads=3)
|
47 |
|
48 |
|
49 |
def layout(self):
|