NabeelShar commited on
Commit
b18dc77
·
verified ·
1 Parent(s): 69751c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
6
  from gradio_client import Client, handle_file
7
  import uuid
8
 
9
- client = Client("ysharma/BiRefNet_for_text_writing")
10
 
11
  def add_text_with_stroke(draw, text, x, y, font, text_color, stroke_width):
12
  """Helper function to draw text with stroke"""
 
6
  from gradio_client import Client, handle_file
7
  import uuid
8
 
9
+ client = Client("NabeelShar/BiRefNet_for_text_writing")
10
 
11
  def add_text_with_stroke(draw, text, x, y, font, text_color, stroke_width):
12
  """Helper function to draw text with stroke"""