Spaces:
Runtime error
Runtime error
Commit
Β·
3af054e
1
Parent(s):
ca9fe0c
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,8 +59,6 @@ vis_processor = registry.get_processor_class(vis_processor_cfg.name).from_config
|
|
| 59 |
chat = Chat(model, vis_processor)
|
| 60 |
print('Initialization Finished')
|
| 61 |
|
| 62 |
-
exit()
|
| 63 |
-
|
| 64 |
# ========================================
|
| 65 |
# Gradio Setting
|
| 66 |
# ========================================
|
|
|
|
| 59 |
chat = Chat(model, vis_processor)
|
| 60 |
print('Initialization Finished')
|
| 61 |
|
|
|
|
|
|
|
| 62 |
# ========================================
|
| 63 |
# Gradio Setting
|
| 64 |
# ========================================
|