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