Spaces:
Sleeping
Sleeping
Commit
·
07a96d2
1
Parent(s):
df6ddf0
added everything
Browse files
app.py
CHANGED
@@ -245,4 +245,5 @@ demo = gr.Interface(
|
|
245 |
)
|
246 |
|
247 |
if __name__ == "__main__":
|
|
|
248 |
demo.launch(max_threads=1) # Limit the number of worker threads
|
|
|
245 |
)
|
246 |
|
247 |
if __name__ == "__main__":
|
248 |
+
# Using the modern approach without queue method
|
249 |
demo.launch(max_threads=1) # Limit the number of worker threads
|