Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import torch
|
2 |
-
|
3 |
from collections.abc import Iterator
|
4 |
from threading import Thread
|
5 |
import gradio as gr
|
|
|
1 |
import torch
|
2 |
+
import spaces
|
3 |
from collections.abc import Iterator
|
4 |
from threading import Thread
|
5 |
import gradio as gr
|