Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- demo.yaml +1 -1
- 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:
|
7 |
description: Given an array of distinct integers candidates and a target integer
|
8 |
target, return a list of all unique combinations of candidates where the chosen
|
9 |
numbers sum to target
|
|
|
3 |
liteobj_version: 0.0.7
|
4 |
class_string: gradio.interface.Interface
|
5 |
kwargs:
|
6 |
+
title: Gradio Webapp
|
7 |
description: Given an array of distinct integers candidates and a target integer
|
8 |
target, return a list of all unique combinations of candidates where the chosen
|
9 |
numbers sum to target
|
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
|