Update app.py
Browse files
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"
|
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")
|