Spaces:
Runtime error
Runtime error
Commit
·
bb7f4b4
1
Parent(s):
556d120
Update app.py
Browse files
app.py
CHANGED
@@ -5,5 +5,5 @@ def greet(name):
|
|
5 |
return hf_writer
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="image")
|
8 |
-
|
9 |
iface.launch()
|
|
|
5 |
return hf_writer
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="image")
|
8 |
+
|
9 |
iface.launch()
|