Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,5 +6,5 @@ dataset = load_dataset("rebase/hello")
|
|
| 6 |
def image_classifier(inp):
|
| 7 |
return dataset
|
| 8 |
|
| 9 |
-
demo = gr.Interface(fn=image_classifier, inputs="
|
| 10 |
demo.launch()
|
|
|
|
| 6 |
def image_classifier(inp):
|
| 7 |
return dataset
|
| 8 |
|
| 9 |
+
demo = gr.Interface(fn=image_classifier, inputs="text", outputs="text")
|
| 10 |
demo.launch()
|