Spaces:
Sleeping
Sleeping
minseokKoo
commited on
Commit
·
cd9810f
1
Parent(s):
fe8c282
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,6 @@ with gr.Blocks() as demo1:
|
|
226 |
with gr.Column():
|
227 |
outputs_1 = gr.Text(label = 'Result')
|
228 |
btn.click(fn = greet, inputs = inputs_1, outputs= outputs_1)
|
229 |
-
gr.Examples(examples, inputs = inputs_1)
|
230 |
|
231 |
if __name__ == "__main__":
|
232 |
demo1.launch()
|
|
|
226 |
with gr.Column():
|
227 |
outputs_1 = gr.Text(label = 'Result')
|
228 |
btn.click(fn = greet, inputs = inputs_1, outputs= outputs_1)
|
|
|
229 |
|
230 |
if __name__ == "__main__":
|
231 |
demo1.launch()
|