ruslanmv commited on
Commit
9083463
1 Parent(s): c48fd5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -106,10 +106,6 @@ with gr.Blocks(css=css) as interface:
106
  with gr.Row():
107
  answer_output = gr.Textbox(type="text", label="Answer")
108
 
109
- # Pass examples to the interface
110
- interface.example = examples # Set the 'example' attribute
111
-
112
-
113
  interface.launch()
114
 
115
 
 
106
  with gr.Row():
107
  answer_output = gr.Textbox(type="text", label="Answer")
108
 
 
 
 
 
109
  interface.launch()
110
 
111