Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leochenliu
/
maiyi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
leochenliu
commited on
Mar 17, 2023
Commit
e714af9
·
1 Parent(s):
326f5f7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,4 @@ def gpt(prompt):
10
11
12
iface = gr.Interface(fn=gpt,inputs="text", outputs="text")
13
-
iface.launch()
10
11
12
iface = gr.Interface(fn=gpt,inputs="text", outputs="text")
13
+
iface.launch(
debug=True
)