Browse Source

fixed unused import

tags/v0.3.11-rc1
ShashwatPatil 10 months ago
parent
commit
fcc39a4a50
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      node-hub/dora-gradio/dora_gradio/main.py

+ 1
- 1
node-hub/dora-gradio/dora_gradio/main.py View File

@@ -3,7 +3,6 @@ import numpy as np
import logging
import pyarrow as pa
from dora import Node
import subprocess
import signal
import os
import cv2
@@ -138,6 +137,7 @@ class DoraGradioUI:
def launch(self):
try:
# Kill existing process on port 7860 if any
# import subprocess
# subprocess.run('lsof -ti :7860 | xargs kill -9', shell=True, stderr=subprocess.DEVNULL)
interface = self.create_interface()


Loading…
Cancel
Save