Docfile commited on
Commit
5bb99b8
·
verified ·
1 Parent(s): 4cbc4c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from gradio_client import Client
3
  import os
4
  token=os.environ.get("TOKEN")
5
 
6
- client = Client("Docfile/legalrci",hf_token=token)
7
 
8
  def greet(name):
9
  result = client.predict(name, api_name="/predict")
 
3
  import os
4
  token=os.environ.get("TOKEN")
5
 
6
+ client = Client("Docfile/legalrci")
7
 
8
  def greet(name):
9
  result = client.predict(name, api_name="/predict")