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