Update deepv_api_tutorial.py
Browse files- deepv_api_tutorial.py +1 -1
deepv_api_tutorial.py
CHANGED
|
@@ -2,7 +2,7 @@ from gradio_client import Client
|
|
| 2 |
import os
|
| 3 |
|
| 4 |
# This will be the URL of DeepV's Gradio App
|
| 5 |
-
GRADIO_APP_URL = "
|
| 6 |
|
| 7 |
try:
|
| 8 |
# Initialize the Gradio client
|
|
|
|
| 2 |
import os
|
| 3 |
|
| 4 |
# This will be the URL of DeepV's Gradio App
|
| 5 |
+
GRADIO_APP_URL = "FICS-LLM/DeepV" # Replace with your actual app URL
|
| 6 |
|
| 7 |
try:
|
| 8 |
# Initialize the Gradio client
|