binary1ne commited on
Commit
6d246d3
·
verified ·
1 Parent(s): 32bfa57

Update webui_with_vnc.py

Browse files
Files changed (1) hide show
  1. webui_with_vnc.py +1 -0
webui_with_vnc.py CHANGED
@@ -2,6 +2,7 @@ import os
2
  from dotenv import load_dotenv
3
  load_dotenv()
4
  import argparse
 
5
  from src.webui.interface import theme_map, create_ui
6
 
7
 
 
2
  from dotenv import load_dotenv
3
  load_dotenv()
4
  import argparse
5
+ import gradio as gr
6
  from src.webui.interface import theme_map, create_ui
7
 
8