Spaces:
Running
Running
Deepak Sahu
commited on
Commit
·
6a799bf
1
Parent(s):
483f6d3
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,8 +92,8 @@ demo = gr.Interface(
|
|
| 92 |
inputs=input_textbox,
|
| 93 |
outputs=output,
|
| 94 |
title=GRADIO_TITLE,
|
| 95 |
-
description=GRADIO_DESCRIPTION,
|
| 96 |
-
examples=GRADIO_DESCRIPTION
|
| 97 |
)
|
| 98 |
|
| 99 |
demo.launch()
|
|
|
|
| 92 |
inputs=input_textbox,
|
| 93 |
outputs=output,
|
| 94 |
title=GRADIO_TITLE,
|
| 95 |
+
#description=GRADIO_DESCRIPTION,
|
| 96 |
+
#examples=GRADIO_DESCRIPTION
|
| 97 |
)
|
| 98 |
|
| 99 |
demo.launch()
|