cloudspace / app.py
Claudio Peroni
third commit
f6903b4
raw
history blame contribute delete
141 Bytes
import gradio as gr
def greet(name):
return "Hello " + name + "!!"
iface = gr.Interface.load("huggingface/gpt2").launch()
#iface.launch()