Upload Screenshot 2023-04-05 at 6.25.06 PM.png

#4
by textToSQL - opened
.gitattributes CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ Screenshot[[:space:]]2023-04-05[[:space:]]at[[:space:]]6.25.06[[:space:]]PM.png filter=lfs diff=lfs merge=lfs -text
Screenshot 2023-04-05 at 6.25.06 PM.png ADDED

Git LFS Details

  • SHA256: da3df6146663a90667182df3a90da17fe23f9baf8a87910eba4353004080a073
  • Pointer size: 132 Bytes
  • Size of remote file: 3.53 MB
app.py CHANGED
@@ -119,6 +119,7 @@ with gr.Blocks() as demo:
119
  gr.Markdown("<h1><center>HuggingGPT</center></h1>")
120
  gr.Markdown("<p align='center'><img src='https://i.ibb.co/qNH3Jym/logo.png' height='25' width='95'></p>")
121
  gr.Markdown("<p align='center' style='font-size: 20px;'>A system to connect LLMs with ML community. See our <a href='https://github.com/microsoft/JARVIS'>Project</a> and <a href='http://arxiv.org/abs/2303.17580'>Paper</a>.</p>")
 
122
  with gr.Row().style():
123
  with gr.Column(scale=0.85):
124
  openai_api_key = gr.Textbox(
 
119
  gr.Markdown("<h1><center>HuggingGPT</center></h1>")
120
  gr.Markdown("<p align='center'><img src='https://i.ibb.co/qNH3Jym/logo.png' height='25' width='95'></p>")
121
  gr.Markdown("<p align='center' style='font-size: 20px;'>A system to connect LLMs with ML community. See our <a href='https://github.com/microsoft/JARVIS'>Project</a> and <a href='http://arxiv.org/abs/2303.17580'>Paper</a>.</p>")
122
+ gr.HTML('''<center><a href="https://huggingface.co/spaces/microsoft/HuggingGPT?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key and Hugging Face Token</center>''')
123
  with gr.Row().style():
124
  with gr.Column(scale=0.85):
125
  openai_api_key = gr.Textbox(
models_server.py CHANGED
@@ -162,10 +162,10 @@ def load_pipes(local_deployment):
162
  # "tokenizer": AutoTokenizer.from_pretrained(f"{local_models}nlpconnect/vit-gpt2-image-captioning"),
163
  # "device": "cuda:0"
164
  # },
165
- # "espnet/kan-bayashi_ljspeech_vits": {
166
- # "model": Text2Speech.from_pretrained("espnet/kan-bayashi_ljspeech_vits"),
167
- # "device": "cuda:0"
168
- # },
169
  # "lambdalabs/sd-image-variations-diffusers": {
170
  # "model": DiffusionPipeline.from_pretrained(f"{local_models}lambdalabs/sd-image-variations-diffusers"), #torch_dtype=torch.float16
171
  # "device": "cuda:0"
 
162
  # "tokenizer": AutoTokenizer.from_pretrained(f"{local_models}nlpconnect/vit-gpt2-image-captioning"),
163
  # "device": "cuda:0"
164
  # },
165
+ "espnet/kan-bayashi_ljspeech_vits": {
166
+ "model": Text2Speech.from_pretrained("espnet/kan-bayashi_ljspeech_vits"),
167
+ "device": "cuda:0"
168
+ },
169
  # "lambdalabs/sd-image-variations-diffusers": {
170
  # "model": DiffusionPipeline.from_pretrained(f"{local_models}lambdalabs/sd-image-variations-diffusers"), #torch_dtype=torch.float16
171
  # "device": "cuda:0"