Spaces:
Runtime error
Runtime error
Commit
·
73c367e
1
Parent(s):
2c4e183
Update test_gradio.py
Browse files- test_gradio.py +4 -0
test_gradio.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
from langchain.llms import GooglePalm
|
|
|
1 |
+
pip install gradio
|
2 |
+
pip install langchain
|
3 |
+
pip install google-generativeai
|
4 |
+
|
5 |
import gradio as gr
|
6 |
|
7 |
from langchain.llms import GooglePalm
|