Spaces:
Sleeping
Sleeping
Commit
·
c64b3d5
1
Parent(s):
07a96d2
added everything
Browse files
app.py
CHANGED
@@ -245,5 +245,4 @@ demo = gr.Interface(
|
|
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
|
|
|
245 |
)
|
246 |
|
247 |
if __name__ == "__main__":
|
|
|
248 |
demo.launch(max_threads=1) # Limit the number of worker threads
|