gorkemgoknar commited on
Commit
9c9c777
·
1 Parent(s): a4bf7ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -216,8 +216,7 @@ interface_mic= gr.Interface(fn=greet,
216
  css=css, title=title, description=description,article=article )
217
 
218
 
219
- interface_file= gr.Interface.load("gorkemgoknar/movie_chat_gpt_yourtts_fileinput",
220
- src="spaces",
221
  inputs=[gr.inputs.Dropdown(personality_choices),
222
  gr.inputs.Audio(type="filepath"),
223
  "text",
 
216
  css=css, title=title, description=description,article=article )
217
 
218
 
219
+ interface_file= gr.Interface.load(greet_textonly,
 
220
  inputs=[gr.inputs.Dropdown(personality_choices),
221
  gr.inputs.Audio(type="filepath"),
222
  "text",