added gradio app to cli

This commit is contained in:
Jaikinator
2023-08-25 13:39:34 +02:00
parent 29f363bfe7
commit 731ba21b4a
+1 -1
View File
@@ -353,7 +353,7 @@ def cli():
pass
if start_server:
from .gradio_app import gradio_app
from .app.gradio_app import gradio_app
gradio_app(model)
if __name__ == "__main__":