Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Synced repo using 'sync_with_huggingface' Github Action
Browse files- app.py +1 -1
- 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
|