lint commited on
Commit
51d7aa9
1 Parent(s): 5475251

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. demo.yaml +1 -1
  2. gradify.py +1 -1
demo.yaml CHANGED
@@ -3,7 +3,7 @@ lite_metadata:
3
  liteobj_version: 0.0.7
4
  class_string: gradio.interface.Interface
5
  kwargs:
6
- title: gitio max substring
7
  description: Given a string s, find the length of the longest substring without
8
  repeating characters
9
  article: null
 
3
  liteobj_version: 0.0.7
4
  class_string: gradio.interface.Interface
5
  kwargs:
6
+ title: Gradio Webapp
7
  description: Given a string s, find the length of the longest substring without
8
  repeating characters
9
  article: null
gradify.py CHANGED
@@ -31,4 +31,4 @@ def gradify_closure(source, argmaps, func_kwargs={}):
31
  import gradio as gr
32
  raise gr.Error(f"Error: {e}")
33
 
34
- return gradify_func
 
31
  import gradio as gr
32
  raise gr.Error(f"Error: {e}")
33
 
34
+ return gradify_func