test-hub-sync / app.py
davanstrien's picture
davanstrien HF Staff
Sync from GitHub via hub-sync
61814c9 verified
raw
history blame contribute delete
206 Bytes
import gradio as gr
gr.Interface(
fn=lambda x: f"Hello {x}! This Space was synced from GitHub using huggingface/hub-sync.",
inputs="text",
outputs="text",
title="Hub Sync Test",
).launch()