Spaces:
Runtime error
Runtime error
SuperPunk2077
commited on
Commit
·
1fc9b3a
1
Parent(s):
bc5a08a
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ def greet(name):
|
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
iface.launch()
|
8 |
|
9 |
-
Text to image AI, python
|
10 |
import datetime
|
11 |
import time
|
12 |
from skimage import io, color
|
|
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
iface.launch()
|
8 |
|
|
|
9 |
import datetime
|
10 |
import time
|
11 |
from skimage import io, color
|