Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ from transformers import BlipProcessor, BlipForConditionalGeneration
|
|
3 |
from langchain.llms import GooglePalm
|
4 |
# from langchain_community.llms import GooglePalm
|
5 |
from langchain import LLMChain, PromptTemplate
|
6 |
-
from IPython.display import Audio
|
7 |
import gradio as gr
|
8 |
import numpy as np
|
9 |
import os
|
|
|
3 |
from langchain.llms import GooglePalm
|
4 |
# from langchain_community.llms import GooglePalm
|
5 |
from langchain import LLMChain, PromptTemplate
|
|
|
6 |
import gradio as gr
|
7 |
import numpy as np
|
8 |
import os
|