lyitu commited on
Commit
affcced
1 Parent(s): 1596e3d
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  from g4f.client import Client
2
  import gradio
 
 
3
 
4
  messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
5
 
 
1
  from g4f.client import Client
2
  import gradio
3
+ import os
4
+ os.system('python.exe -m pip install g4f')
5
 
6
  messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}]
7