Spaces:
Runtime error
Runtime error
praneeth dodedu commited on
Commit ·
ab880a7
1
Parent(s): a60a5ea
files
Browse files
app.py
CHANGED
|
@@ -224,10 +224,5 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, title="RyBOT") as demo:
|
|
| 224 |
inputs=None,
|
| 225 |
outputs=[txt]
|
| 226 |
)
|
| 227 |
-
|
| 228 |
-
gr.close_all()
|
| 229 |
-
demo.launch(server_port=7861)
|
| 230 |
-
|
| 231 |
|
| 232 |
-
|
| 233 |
-
# main()
|
|
|
|
| 224 |
inputs=None,
|
| 225 |
outputs=[txt]
|
| 226 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 227 |
|
| 228 |
+
demo.launch()
|
|
|