dipesh1701 commited on
Commit
07b58c6
1 Parent(s): 4e092aa

change title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ output_2 = gr.Textbox(label="ChatGPT Output")
64
  output_3 = gr.Image(label="Diffusion Output")
65
 
66
  gr.Interface(
67
- title = 'OpenAI Whisper and ChatGPT ASR Gradio Web UI',
68
  fn=transcribe,
69
  inputs=[
70
  gr.inputs.Audio(source="microphone", type="filepath")
 
64
  output_3 = gr.Image(label="Diffusion Output")
65
 
66
  gr.Interface(
67
+ title = 'Stable Diffusion with ChatGPT',
68
  fn=transcribe,
69
  inputs=[
70
  gr.inputs.Audio(source="microphone", type="filepath")