Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from typing import Optional, Tuple
|
|
5 |
import spaces
|
6 |
|
7 |
import gradio as gr
|
8 |
-
from
|
9 |
import numpy as np
|
10 |
import soundfile as sf
|
11 |
import torch
|
|
|
5 |
import spaces
|
6 |
|
7 |
import gradio as gr
|
8 |
+
from gradio import Dialogue
|
9 |
import numpy as np
|
10 |
import soundfile as sf
|
11 |
import torch
|