Omnibus commited on
Commit
b4d814f
·
1 Parent(s): 8e4e6e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  from html2image import Html2Image
3
  import gradio as gr
4
- #print(os.environ)
5
  hti = Html2Image()
6
  def txt2img(inp):
7
  html = f"""
 
1
  import os
2
  from html2image import Html2Image
3
  import gradio as gr
4
+ print(os.environ)
5
  hti = Html2Image()
6
  def txt2img(inp):
7
  html = f"""