lunarflu HF Staff commited on
Commit
d57542d
·
1 Parent(s): a74043f

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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