paulcalzada commited on
Commit
cf7ca46
·
verified ·
1 Parent(s): 8c50225

Update deepv_api_tutorial.py

Browse files
Files changed (1) hide show
  1. 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 = "paulcalzada/DeepV" # Replace with your actual 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