Synced repo using 'sync_with_huggingface' Github Action
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -639,4 +639,4 @@ def greet(name):
|
|
639 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
640 |
#demo.queue(concurrency_count=10)
|
641 |
demo.queue(concurrency_count=20)
|
642 |
-
demo.launch()
|
|
|
639 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
640 |
#demo.queue(concurrency_count=10)
|
641 |
demo.queue(concurrency_count=20)
|
642 |
+
demo.launch()
|
requirements.txt
CHANGED
@@ -6,4 +6,4 @@ httpx
|
|
6 |
requests
|
7 |
asyncio
|
8 |
discord.py
|
9 |
-
uuid
|
|
|
6 |
requests
|
7 |
asyncio
|
8 |
discord.py
|
9 |
+
uuid
|