Spaces:
Running
Running
Riccardo Taormina
commited on
Commit
•
81a3b21
1
Parent(s):
e1fa3df
Update app.py
Browse files
app.py
CHANGED
@@ -92,4 +92,4 @@ with gr.Blocks(css=css) as demo:
|
|
92 |
txt_out_CogVLM, txt_out_LLaVa, txt_defect_class, txt_xie_pred])
|
93 |
|
94 |
if __name__ == "__main__":
|
95 |
-
demo.launch(
|
|
|
92 |
txt_out_CogVLM, txt_out_LLaVa, txt_defect_class, txt_xie_pred])
|
93 |
|
94 |
if __name__ == "__main__":
|
95 |
+
demo.launch()
|