Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ g = gr.Interface(
|
|
139 |
fn=evaluate,
|
140 |
inputs=[
|
141 |
# gr.Audio(source="upload", label = "请上传您喜欢的声音(wav文件)", type="filepath"),
|
142 |
-
gr.Audio(source="microphone", label = "和您的专属AI聊天吧!"
|
143 |
# gr.components.Textbox(lines=2, label="Instruction", value="Tell me about ravens."),
|
144 |
# gr.components.Textbox(lines=2, label="Input", placeholder="none"),
|
145 |
# gr.components.Slider(minimum=10, maximum=200, step=10, value=150), # token_count
|
|
|
139 |
fn=evaluate,
|
140 |
inputs=[
|
141 |
# gr.Audio(source="upload", label = "请上传您喜欢的声音(wav文件)", type="filepath"),
|
142 |
+
gr.Audio(source="microphone", label = "和您的专属AI聊天吧!"),
|
143 |
# gr.components.Textbox(lines=2, label="Instruction", value="Tell me about ravens."),
|
144 |
# gr.components.Textbox(lines=2, label="Input", placeholder="none"),
|
145 |
# gr.components.Slider(minimum=10, maximum=200, step=10, value=150), # token_count
|