Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
from html2image import Html2Image
|
| 3 |
import gradio as gr
|
| 4 |
-
|
| 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"""
|