Update gradio_app.py
Removed tkinter
This commit is contained in:
@@ -34,7 +34,7 @@ Usage:
|
||||
|
||||
import json
|
||||
import os
|
||||
from tkinter import CURRENT
|
||||
|
||||
|
||||
import gradio as gr
|
||||
from tqdm import tqdm
|
||||
@@ -435,4 +435,4 @@ def gradio_Interface(model : Scraibe = None):
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
gradio_Interface().queue().launch()
|
||||
gradio_Interface().queue().launch()
|
||||
|
||||
Reference in New Issue
Block a user