ruslanmv commited on
Commit
f40a9f1
·
verified ·
1 Parent(s): 8ca6284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import base64
3
  import gradio as gr
4
-
5
  # Load the APP environment variable
6
  app_code = os.getenv("APP")
7
 
 
1
  import os
2
  import base64
3
  import gradio as gr
4
+ import torch
5
  # Load the APP environment variable
6
  app_code = os.getenv("APP")
7