Update gradio_app.py

Removed tkinter
This commit is contained in:
Jacob Schmieder
2024-04-09 15:05:12 +02:00
committed by GitHub
parent cdfaf9dada
commit 5ee2b60880
+2 -2
View File
@@ -34,7 +34,7 @@ Usage:
import json import json
import os import os
from tkinter import CURRENT
import gradio as gr import gradio as gr
from tqdm import tqdm from tqdm import tqdm
@@ -435,4 +435,4 @@ def gradio_Interface(model : Scraibe = None):
if __name__ == "__main__": if __name__ == "__main__":
gradio_Interface().queue().launch() gradio_Interface().queue().launch()