Spaces:
Runtime error
Runtime error
christinac
commited on
Commit
·
63e1a6d
1
Parent(s):
e65b144
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@ from PIL import Image,ImageFont,ImageDraw
|
|
2 |
import gradio as gr
|
3 |
from gradio.mix import Series
|
4 |
|
|
|
|
|
5 |
#draw an input image based off of user's text input
|
6 |
|
7 |
def drawImage(text, font): #add another argument for prompt later
|
|
|
2 |
import gradio as gr
|
3 |
from gradio.mix import Series
|
4 |
|
5 |
+
#test
|
6 |
+
|
7 |
#draw an input image based off of user's text input
|
8 |
|
9 |
def drawImage(text, font): #add another argument for prompt later
|