pikto commited on
Commit
c7a2391
1 Parent(s): c0a488d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ with gr.Blocks() as demo:
44
  type="index",
45
  value=current_model["name"],
46
  interactive=True,
47
-
48
  if __name__ == "__main__":
49
  demo.launch()
 
44
  type="index",
45
  value=current_model["name"],
46
  interactive=True,
47
+ )
48
  if __name__ == "__main__":
49
  demo.launch()