ASesYusuf1's picture
Upload folder using huggingface_hub
c3eda24
raw
history blame contribute delete
144 Bytes
import gradio as gr
from gui import create_interface
interface = create_interface()
interface.launch(server_name="0.0.0.0", server_port=7860)