Spaces:
Running
Running
Commit
·
6caedd6
1
Parent(s):
4863bc1
Add application files
Browse files
app.py
CHANGED
@@ -76,6 +76,7 @@ input_boxes = [
|
|
76 |
]
|
77 |
|
78 |
# iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|
79 |
-
iface = gr.Interface(fn=greet, inputs=input_boxes, gr.outputs.HTML(label="Output Table"))
|
|
|
80 |
iface.launch()
|
81 |
|
|
|
76 |
]
|
77 |
|
78 |
# iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
|
79 |
+
iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.HTML(label="Output Table"))
|
80 |
+
|
81 |
iface.launch()
|
82 |
|