Spaces:
Running
Running
Commit
·
d8031ee
1
Parent(s):
42e9500
Update app.py
Browse files
app.py
CHANGED
@@ -9,5 +9,5 @@ def show_message():
|
|
9 |
"""
|
10 |
return message
|
11 |
|
12 |
-
iface = gr.Interface(fn=show_message, outputs="html", title="GPU Provider Needed")
|
13 |
iface.launch()
|
|
|
9 |
"""
|
10 |
return message
|
11 |
|
12 |
+
iface = gr.Interface(fn=show_message, inputs=[], outputs="html", title="GPU Provider Needed")
|
13 |
iface.launch()
|