SunderAli17 commited on
Commit
77281ba
·
verified ·
1 Parent(s): 482f584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ function refresh() {
182
 
183
  def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_available() else "cpu",
184
  offload: bool = False):
185
- with gr.Blocks(s = js_func, theme = theme) as demo:
186
  gr.Markdown(MARKDOWN)
187
 
188
  with gr.Row():
 
182
 
183
  def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_available() else "cpu",
184
  offload: bool = False):
185
+ with gr.Blocks(js = js_func, theme = theme) as demo:
186
  gr.Markdown(MARKDOWN)
187
 
188
  with gr.Row():