Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
##################################### Imports ######################################
|
| 2 |
# Generic imports
|
| 3 |
-
|
| 4 |
import gradio as gr
|
| 5 |
import json
|
| 6 |
|
|
|
|
| 1 |
##################################### Imports ######################################
|
| 2 |
# Generic imports
|
| 3 |
+
import spaces
|
| 4 |
import gradio as gr
|
| 5 |
import json
|
| 6 |
|