Upload app.py
Browse files
app.py
CHANGED
|
@@ -271,7 +271,6 @@ To obtain more than one review, just generate again.
|
|
| 271 |
**GPU quota:** If exceeded, either sign in with your HF account or come back later. Your quota has a half-life of 2 hours.
|
| 272 |
"""
|
| 273 |
|
| 274 |
-
theme = gr.themes.Default(primary_hue="gray", secondary_hue="blue", neutral_hue="slate")
|
| 275 |
with gr.Blocks(theme=theme) as demo:
|
| 276 |
title = gr.HTML(title)
|
| 277 |
description = gr.Markdown(description)
|
|
|
|
| 271 |
**GPU quota:** If exceeded, either sign in with your HF account or come back later. Your quota has a half-life of 2 hours.
|
| 272 |
"""
|
| 273 |
|
|
|
|
| 274 |
with gr.Blocks(theme=theme) as demo:
|
| 275 |
title = gr.HTML(title)
|
| 276 |
description = gr.Markdown(description)
|