omerXfaruq commited on
Commit
7401495
1 Parent(s): 0437553

Refactoring

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ class SpaceBuilder:
101
  print(ex)
102
  cls.error_message = (
103
  f"One of the given space cannot be loaded to gradio, sorry for the inconvenience. "
104
- f"\nPlease use different space inputs!"
105
  )
106
  return False
107
  if not cls.control_input_and_output_types(interfaces):
 
101
  print(ex)
102
  cls.error_message = (
103
  f"One of the given space cannot be loaded to gradio, sorry for the inconvenience. "
104
+ f"\nPlease use different input space names!"
105
  )
106
  return False
107
  if not cls.control_input_and_output_types(interfaces):