paopaoka3325 commited on
Commit
8c504a4
·
1 Parent(s): 1c477ba

Add application files

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ input_boxes = [
99
 
100
  # iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
101
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.HTML(label="Output Table"),examples=[ # Sample text examples
102
- ["this is a sample text"],
103
- ["gradio is great"]
104
  ])
105
 
106
  iface.launch()
 
99
 
100
  # iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
101
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.HTML(label="Output Table"),examples=[ # Sample text examples
102
+ ["api_key_sample (Replace with your own key)", "this is a sample text"],
103
+ ["api_key_sample (Replace with your own key)", "gradio is great"]
104
  ])
105
 
106
  iface.launch()