Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
InstaDeepAI
/
folding-studio-demo
like
0
Running
App
Files
Files
Community
22
Fetching metadata from the HF Docker repository...
jfaustin
commited on
16 days ago
Commit
7fccc04
·
verified
·
1 Parent(s):
02a9726
Create app.py (
#1
)
Browse files
- Create app.py (
d3623a2d067bbe1d173c31bf174f6add44137778
)
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -5,3 +5,4 @@ def greet(name):
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
8
+