Spaces:
Runtime error
Runtime error
hack qui;
Browse files
app.py
CHANGED
@@ -6,5 +6,5 @@ HTML = "<!-- Include stylesheet -->\n<link href=\"https://cdn.quilljs.com/1.3.6/
|
|
6 |
def greet(name):
|
7 |
return HTML, ''
|
8 |
|
9 |
-
iface = gr.Interface(
|
10 |
iface.launch()
|
|
|
6 |
def greet(name):
|
7 |
return HTML, ''
|
8 |
|
9 |
+
iface = gr.Interface(greet, gr.Textbox(placeholder="Enter sentence here..."), ["html", "json"])
|
10 |
iface.launch()
|