nightfury commited on
Commit
316cb92
Β·
1 Parent(s): aaf00f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -68,7 +68,7 @@ title = """
68
  "
69
  >
70
  <h1 style="font-weight: 600; margin-bottom: 7px;">
71
- Whisper to chatGPT
72
  </h1>
73
  </div>
74
  <p style="margin-bottom: 10px;font-size: 94%;font-weight: 100;line-height: 1.5em;">
@@ -79,7 +79,7 @@ title = """
79
  <!--<p style="font-size: 94%">
80
  You can skip the queue by duplicating this space:
81
  <span style="display: flex;align-items: center;justify-content: center;height: 30px;">
82
- <a href="https://huggingface.co/fffiloni/whisper-to-chatGPT?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>
83
  </span>
84
  </p>-->
85
  </div>
@@ -94,7 +94,7 @@ article = """
94
  <p>Whisper &
95
  <a href="https://chat.openai.com/chat" target="_blank">chatGPT</a>
96
  by <a href="https://openai.com/" style="text-decoration: underline;" target="_blank">OpenAI</a> -
97
- Gradio Demo by πŸ€— <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>
98
  </p>
99
  </div>
100
  """
 
68
  "
69
  >
70
  <h1 style="font-weight: 600; margin-bottom: 7px;">
71
+ Whisper-to-chatGPT
72
  </h1>
73
  </div>
74
  <p style="margin-bottom: 10px;font-size: 94%;font-weight: 100;line-height: 1.5em;">
 
79
  <!--<p style="font-size: 94%">
80
  You can skip the queue by duplicating this space:
81
  <span style="display: flex;align-items: center;justify-content: center;height: 30px;">
82
+ <a href="https://huggingface.co/nightfury/whisperAI?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>
83
  </span>
84
  </p>-->
85
  </div>
 
94
  <p>Whisper &
95
  <a href="https://chat.openai.com/chat" target="_blank">chatGPT</a>
96
  by <a href="https://openai.com/" style="text-decoration: underline;" target="_blank">OpenAI</a> -
97
+ Gradio Demo by πŸ€— <a href="https://twitter.com" target="_blank">DJ</a>
98
  </p>
99
  </div>
100
  """