Commit
·
e7f98af
1
Parent(s):
3e20174
Refactor code structure for improved readability and maintainability; enhance comments and organization.
Browse files
medvqa/competitions/gi-2025/task_1.py
CHANGED
@@ -40,7 +40,7 @@ except Exception:
|
|
40 |
client = Client("SimulaMet/medvqa")
|
41 |
print("💓 Communicating with the Submission Server: Ping!")
|
42 |
result = client.predict(
|
43 |
-
api_name="/
|
44 |
)
|
45 |
print(result)
|
46 |
|
|
|
40 |
client = Client("SimulaMet/medvqa")
|
41 |
print("💓 Communicating with the Submission Server: Ping!")
|
42 |
result = client.predict(
|
43 |
+
api_name="/refresh_page"
|
44 |
)
|
45 |
print(result)
|
46 |
|