tree3po commited on
Commit
d2ff03d
·
verified ·
1 Parent(s): 22ff263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -27,8 +27,7 @@ api=HfApi()
27
  client = InferenceClient(
28
  "mistralai/Mixtral-8x7B-Instruct-v0.1"
29
  )
30
- print(request.META.get('PATH_INFO'))
31
- print(request.META.get('HTTP_HOST'))
32
  def parse_action(string: str):
33
  print("PARSING:")
34
  print(string)
 
27
  client = InferenceClient(
28
  "mistralai/Mixtral-8x7B-Instruct-v0.1"
29
  )
30
+
 
31
  def parse_action(string: str):
32
  print("PARSING:")
33
  print(string)