christinac commited on
Commit
2ab9c1f
1 Parent(s): 783adec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ from gradio.mix import Series
9
  def drawImage(text, font): #add another argument for prompt later
10
  out = Image.new("RGB", (512, 512), (0, 0, 0))
11
  #move font to font-directory
12
- print("test")
 
13
  #print (os.path.abspath(str(type(font))))
14
  srcPath = './app.py' + (str(type(font)))
15
  print(srcPath)
 
9
  def drawImage(text, font): #add another argument for prompt later
10
  out = Image.new("RGB", (512, 512), (0, 0, 0))
11
  #move font to font-directory
12
+ print("font:")
13
+ print(str(type(font)))
14
  #print (os.path.abspath(str(type(font))))
15
  srcPath = './app.py' + (str(type(font)))
16
  print(srcPath)