Spaces:
Sleeping
Sleeping
cambio de nombre
Browse files- test/test-api-space.py +1 -1
test/test-api-space.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
|
| 4 |
from gradio_client import Client
|
| 5 |
|
| 6 |
-
client = Client("
|
| 7 |
result = client.predict(
|
| 8 |
query="Where is the hospital located!!",
|
| 9 |
top_k=5,
|
|
|
|
| 3 |
|
| 4 |
from gradio_client import Client
|
| 5 |
|
| 6 |
+
client = Client("morenomp/Python-Huggingface")
|
| 7 |
result = client.predict(
|
| 8 |
query="Where is the hospital located!!",
|
| 9 |
top_k=5,
|