Rename demo_gradio.py to app.py
Browse files- demo_gradio.py → app.py +1 -1
demo_gradio.py → app.py
RENAMED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import functools
|
3 |
import gc
|
4 |
import os
|
|
|
1 |
+
import spaces
|
2 |
import functools
|
3 |
import gc
|
4 |
import os
|