lunarflu HF staff commited on
Commit
6ff2a08
1 Parent(s): ddddd8f

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
@@ -379,4 +379,4 @@ def greet(name):
379
  return "Hello " + name + "!"
380
 
381
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
382
- demo.launch()
 
379
  return "Hello " + name + "!"
380
 
381
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
382
+ demo.launch()
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  git+https://github.com/Rapptz/discord.py.git
2
  Pillow
3
  gradio_client
4
- ratelimiter
 
1
  git+https://github.com/Rapptz/discord.py.git
2
  Pillow
3
  gradio_client
4
+ ratelimiter