Spaces:
Running
Running
Update app.py
Browse files
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("
|
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"""
|