DigiP-AI commited on
Commit
1173d95
·
verified ·
1 Parent(s): 879fee0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -20,4 +20,6 @@ result = client.predict(
20
  upscale_by=1.5,
21
  api_name="/run"
22
  )
23
- print(result)
 
 
 
20
  upscale_by=1.5,
21
  api_name="/run"
22
  )
23
+ print(result)
24
+
25
+ app.launch(show_api=False, share=False, error=True)