Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -188,9 +188,6 @@ def validate_provider(api_key, provider):
|
|
188 |
|
189 |
# Define the GRADIO UI
|
190 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
191 |
-
# Set a title for the application
|
192 |
-
gr.Markdown("# 🎬 Serverless-VideoGen-Hub")
|
193 |
-
gr.Markdown("Generate videos using Hugging Face Serverless Inference")
|
194 |
|
195 |
with gr.Row():
|
196 |
with gr.Column(scale=2):
|
|
|
188 |
|
189 |
# Define the GRADIO UI
|
190 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
|
|
|
|
|
|
191 |
|
192 |
with gr.Row():
|
193 |
with gr.Column(scale=2):
|