GMFTBY commited on
Commit
12ef62d
Β·
1 Parent(s): bc3f10a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def predict(
110
  ):
111
  if image_path is None and audio_path is None and video_path is None and thermal_path is None:
112
  # return [(input, "ε›Ύη‰‡ε’ŒιŸ³ι’‘δ»₯εŠθ§†ι’‘δΈΊη©ΊοΌθ―·ι‡ζ–°δΈŠδΌ ζ‰θƒ½εΌ€ε―ε―Ήθ―γ€‚")]
113
- gr.Error(input, "ε›Ύη‰‡ε’ŒιŸ³ι’‘δ»₯εŠθ§†ι’‘δΈΊη©ΊοΌθ―·ι‡ζ–°δΈŠδΌ ζ‰θƒ½εΌ€ε―ε―Ήθ―γ€‚")
114
  else:
115
  print(f'[!] image path: {image_path}\n[!] audio path: {audio_path}\n[!] video path: {video_path}\n[!] thermal path: {thermal_path}')
116
 
 
110
  ):
111
  if image_path is None and audio_path is None and video_path is None and thermal_path is None:
112
  # return [(input, "ε›Ύη‰‡ε’ŒιŸ³ι’‘δ»₯εŠθ§†ι’‘δΈΊη©ΊοΌθ―·ι‡ζ–°δΈŠδΌ ζ‰θƒ½εΌ€ε―ε―Ήθ―γ€‚")]
113
+ gr.Error("ε›Ύη‰‡ε’ŒιŸ³ι’‘δ»₯εŠθ§†ι’‘δΈΊη©ΊοΌθ―·ι‡ζ–°δΈŠδΌ ζ‰θƒ½εΌ€ε―ε―Ήθ―γ€‚")
114
  else:
115
  print(f'[!] image path: {image_path}\n[!] audio path: {audio_path}\n[!] video path: {video_path}\n[!] thermal path: {thermal_path}')
116