xy63 commited on
Commit
a7182c6
·
verified ·
1 Parent(s): 35ca04c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,7 +271,7 @@ 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
- with gr.Blocks(theme=theme) as demo:
275
  title = gr.HTML(title)
276
  description = gr.Markdown(description)
277
  file_input = gr.File(file_types=[".pdf"], file_count="single")
 
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() as demo:
275
  title = gr.HTML(title)
276
  description = gr.Markdown(description)
277
  file_input = gr.File(file_types=[".pdf"], file_count="single")