videopix commited on
Commit
310ba43
·
verified ·
1 Parent(s): 80cc4e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -157,8 +157,12 @@ async def index():
157
  """
158
 
159
 
 
 
 
160
  # -------------------------
161
  # Run App
162
  # -------------------------
163
  if __name__ == "__main__":
164
  uvicorn.run(app, host="0.0.0.0", port=7860)
 
 
157
  """
158
 
159
 
160
+ # -------------------------
161
+ # Run App
162
+ # -------------------------
163
  # -------------------------
164
  # Run App
165
  # -------------------------
166
  if __name__ == "__main__":
167
  uvicorn.run(app, host="0.0.0.0", port=7860)
168
+