Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,7 @@ client = Client("https://08661de9477c2ac001.gradio.live")
|
|
7 |
def predict(text):
|
8 |
|
9 |
result = client.predict(
|
10 |
-
text
|
11 |
-
api_name="/predict"
|
12 |
)
|
13 |
return result
|
14 |
|
|
|
7 |
def predict(text):
|
8 |
|
9 |
result = client.predict(
|
10 |
+
text
|
|
|
11 |
)
|
12 |
return result
|
13 |
|