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